mcconnell 2003/02/13 08:46:42 Modified: lifecycle ant.properties.sample Log: Remove trailing space characters in property definitions. Revision Changes Path 1.3 +5 -33 avalon-sandbox/lifecycle/ant.properties.sample Index: ant.properties.sample =================================================================== RCS file: /home/cvs/avalon-sandbox/lifecycle/ant.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ant.properties.sample 13 Feb 2003 12:12:56 -0000 1.2 +++ ant.properties.sample 13 Feb 2003 16:46:41 -0000 1.3 @@ -13,39 +13,11 @@ # $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 # -------------------------------------------------- -# ----- Avalon Framework ----- -#avalon-framework.home=${basedir}/../../avalon -#avalon-framework.lib=${avalon-framework.home}/target/lib -#avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar -# - -# -------------------------------------------------- -# 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 +# ----- Avalon Framework ----- +#avalon-framework.home=${basedir}/../../avalon +#avalon-framework.lib=${avalon-framework.home}/target/lib +#avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]