[armedbear-cvs] r11489 - trunk/abcl

Mark Evenson mevenson at common-lisp.net
Sat Dec 27 11:45:42 UTC 2008


Author: mevenson
Date: Sat Dec 27 11:45:42 2008
New Revision: 11489

Log:
'build.properties' is empty by default. 

The Ant-based build system should at least build and run from an
'build.xml' without additional properties being set.



Added:
   trunk/abcl/build.properties.in
      - copied, changed from r11488, /trunk/abcl/build.properties
Removed:
   trunk/abcl/build.properties

Copied: trunk/abcl/build.properties.in (from r11488, /trunk/abcl/build.properties)
==============================================================================
--- /trunk/abcl/build.properties	(original)
+++ trunk/abcl/build.properties.in	Sat Dec 27 11:45:42 2008
@@ -1,26 +1,2 @@
 # build.properties
 # $Id: build.properties,v 1.23 2007-03-03 19:19:11 piso Exp $
-# The location of the JDK that will be used to compile the classes.
-jdk=c:\\Program\ Files\\Java\\jdk1.5.0_11
-
-# The location of the Java executable to be used at runtime. If not specified,
-# the Java executable from the JDK specified for the "jdk" property will be
-# used.
-#java=c:\\jdk1.5.0\\bin\\java
-#java_options=-server
-
-# Extensions (XP etc.)
-#extensions=/usr/share/java/repository
-
-# Use jikes.
-#build.compiler=jikes
-#build.compiler.emacs=on
-
-# Use javac.
-build.compiler=javac1.4
-
-# Build jpty.
-#jpty=yes
-
-# Build with debugging information.
-debug=yes




More information about the armedbear-cvs mailing list