jefft 2002/07/08 19:35:50
Modified: testcase ant.properties.sample default.properties
Log:
Move junit defs to correct place in ant.properties.sample, and declare a
likely-to-be-correct default for junit.jar
Revision Changes Path
1.3 +6 -7 jakarta-avalon-excalibur/testcase/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/ant.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant.properties.sample 8 Apr 2002 10:32:13 -0000 1.2
+++ ant.properties.sample 9 Jul 2002 02:35:50 -0000 1.3
@@ -42,16 +42,15 @@
excalibur-component.home=../component/build/lib
excalibur-component.jar=${excalibur-component.home}/excalibur-component-1.0.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
+
+
+# --------------------------------------------------
+# OPTIONAL LIBRARIES
+# --------------------------------------------------
# ----- Checkstyle, version 2.1 or later -----
1.6 +5 -0 jakarta-avalon-excalibur/testcase/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/default.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- default.properties 25 Apr 2002 02:29:41 -0000 1.5
+++ default.properties 9 Jul 2002 02:35:50 -0000 1.6
@@ -37,6 +37,11 @@
excalibur-logger.lib=${excalibur-logger.home}
excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
+# ----- JUnit Unit Test Suite, version 3.7 or later. -----
+#junit.home=${base.path}/junit3.7
+#junit.lib=${junit.home}
+junit.jar=${lib.repo}/junit-3.7.jar
+
# --------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>