[armedbear-cvs] r12423 - trunk/abcl
Mark Evenson
mevenson at common-lisp.net
Sat Feb 6 15:20:32 UTC 2010
Author: mevenson
Date: Sat Feb 6 10:20:29 2010
New Revision: 12423
Log:
Improve Ant knobs documentation.
Modified:
trunk/abcl/build.properties.in
Modified: trunk/abcl/build.properties.in
==============================================================================
--- trunk/abcl/build.properties.in (original)
+++ trunk/abcl/build.properties.in Sat Feb 6 10:20:29 2010
@@ -1,11 +1,14 @@
# build.properties
# $Id: build.properties,v 1.23 2007-03-03 19:19:11 piso Exp $
-# Contents show up in JAR Manifest in the Implementation-Source attribute
-#version.src=[abcl]
+# version.src contents show up in JAR Manifest in the Implementation-Source attribute
+#version.src=[abcl svn]
-# If set, ABCL attempts to perform incremental compilation
+# abcl.build.incremental attempts to perform incremental compilation
#abcl.build.incremental=true
-# Skip the compilation of Lisp sources (for debugging)
+# abcl.compile.lisp.skip skips the compilation of Lisp sources in Netbeans (for debugging)
#abcl.compile.lisp.skip=true
+
+# java.options sets the Java options in the abcl wrapper scripts
+#java.options=-Xmx1g
\ No newline at end of file
More information about the armedbear-cvs
mailing list