source: branches/0.20.x/abcl/abcl.properties.in

Last change on this file was 12684, checked in by Mark Evenson, 14 years ago

Backport r1267[14]: Site specific initialization code can be named by 'abcl.startup.file'.

Builds of ABCL can now be customized with "site specific" startup code
by setting the Ant property 'abcl.startup.file' to the path of a file
containing the custom code. This code is merged into 'system.lisp'
which is loaded during the boot process.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 539 bytes
Line 
1# $Id: abcl.properties.in 12684 2010-05-15 16:33:15Z mevenson $
2
3# version.src contents show up in JAR Manifest in the Implementation-Source attribute
4#version.src=[abcl svn]
5
6# abcl.build.incremental attempts to perform incremental compilation
7#abcl.build.incremental=true
8
9# abcl.compile.lisp.skip skips the compilation of Lisp sources in Netbeans (for debugging)
10#abcl.compile.lisp.skip=true
11
12# java.options sets the Java options in the abcl wrapper scripts
13#java.options=-Xmx1g
14
15# Additional site specific startup code to be merged in 'system.lisp'
16#abcl.startup.file=${basedir}/startup.lisp
Note: See TracBrowser for help on using the repository browser.