source: branches/0.19.x/abcl/build.properties.in

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

Improve Ant knobs documentation.

  • Property svn:eol-style set to LF
File size: 498 bytes
Line 
1# build.properties
2# $Id: build.properties,v 1.23 2007-03-03 19:19:11 piso Exp $
3
4# version.src contents show up in JAR Manifest in the Implementation-Source attribute
5#version.src=[abcl svn]
6
7# abcl.build.incremental attempts to perform incremental compilation
8#abcl.build.incremental=true
9
10# abcl.compile.lisp.skip skips the compilation of Lisp sources in Netbeans (for debugging)
11#abcl.compile.lisp.skip=true
12
13# java.options sets the Java options in the abcl wrapper scripts
14#java.options=-Xmx1g
Note: See TracBrowser for help on using the repository browser.