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

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

Correct to "everything commented out" convention.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 539 bytes
Line 
1# $Id: abcl.properties.in 12674 2010-05-13 12:59:18Z 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.