proyal 2002/12/02 17:25:48
Modified: testcase build.xml default.properties
Log:
Make it compile again!
Revision Changes Path
1.24 +1 -0 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 10 Aug 2002 21:14:36 -0000 1.23
+++ build.xml 3 Dec 2002 01:25:48 -0000 1.24
@@ -18,6 +18,7 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-logger.jar}"/>
<pathelement location="${excalibur-component.jar}"/>
+ <pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${checkstyle.jar}"/>
<pathelement path="${java.class.path}"/>
</path>
1.9 +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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- default.properties 16 Nov 2002 12:08:50 -0000 1.8
+++ default.properties 3 Dec 2002 01:25:48 -0000 1.9
@@ -37,6 +37,11 @@
excalibur-logger.lib=${excalibur-logger.home}
excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
+# ----- Excalibur instrument, version 1.0 or later -----
+excalibur-instrument.home=${basedir}/../instrument/dist
+excalibur-instrument.lib=${excalibur-instrument.home}
+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
+
# ----- JUnit Unit Test Suite, version 3.7 or later. -----
#junit.home=${base.path}/junit3.7
#junit.lib=${junit.home}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>