mcconnell 2003/02/13 04:22:04
Modified: meta ant.properties.sample
Log:
Included fallback example for defining local reference to jar files.
Revision Changes Path
1.2 +25 -33 avalon-sandbox/meta/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/ant.properties.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties.sample 24 Nov 2002 12:58:25 -0000 1.1
+++ ant.properties.sample 13 Feb 2003 12:22:04 -0000 1.2
@@ -13,35 +13,27 @@
# $Id$
# -----------------------------------------------------------------------------
-# ----- Compile Control Flags -----
-build.debug=on
-build.optimize=off
-build.deprecation=off
-#build.compiler=jikes
-
-# ----- Base Directory in which all the packages are stored -----
-base.path=${basedir}/../..
-
-# --------------------------------------------------
-# REQUIRED LIBRARIES
-# --------------------------------------------------
-
-
-
-# --------------------------------------------------
-# OPTIONAL LIBRARIES
-# --------------------------------------------------
-
-# ----- JUnit Unit Test Suite, version 3.7 or later. -----
-# Not needed if junit.jar is in $ANT_HOME/lib
-junit.home=${base.path}/junit3.7
-junit.lib=${junit.home}
-junit.jar=${junit.lib}/junit.jar
-
-
-# ----- Checkstyle, version 2.1 or later -----
-# Uncomment the 'do.checkstyle' flag property to enable checkstyle
-# do.checkstyle=
-checkstyle.home=${base.path}/checkstyle-2.1
-checkstyle.lib=${checkstyle.home}
-checkstyle.jar=${checkstyle.lib}/checkstyle-all-2.1.jar
+# --------------------------------------------------
+# REQUIRED LIBRARIES (local versions)
+# --------------------------------------------------
+
+# ----- Avalon Framework -----
+#avalon-framework.home=${basedir}/../../avalon
+#avalon-framework.lib=${avalon-framework.home}/target/lib
+#avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
+
+# ----- Avalon Sandbox -----
+#avalon-sandbox.home=${basedir}/..
+
+# ----- Excalibur -----
+#excalibur.home=${basedir}/../../avalon-excalibur
+
+# ----- Excalibur i18n, version 1.1 or later -----
+#excalibur-i18n.home=${excalibur.home}/i18n
+#excalibur-i18n.lib=${excalibur-i18n.home}/build/lib
+#excalibur-i18n.jar=${excalibur-i18n.lib}/excalibur-i18n-1.0.jar
+
+# ----- Excalibur Configuration -----
+#excalibur-configuration.home=${excalibur.home}/configuration
+#excalibur-configuration.lib=${excalibur-configuration.home}/build/lib
+#excalibur-configuration.jar=${excalibur-configuration.lib}/excalibur-configuration-1.0.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]