jefft 02/03/29 03:11:04
Modified: all build.xml
Log:
Default to correct jars, so ant.properties need not (usually) be set
Revision Changes Path
1.120 +6 -0 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- build.xml 29 Mar 2002 09:41:41 -0000 1.119
+++ build.xml 29 Mar 2002 11:11:03 -0000 1.120
@@ -80,6 +80,12 @@
<property name="j2ee.jar" value="${cjan.lib}/j2ee.jar"/>
<property name="framework.jar"
value="${tools.dir}/ext/avalon-framework.jar"/>
+ <property name="excalibur-collections.jar"
+ value="../collections/build/lib/excalibur-collections-1.0.jar"/>
+ <property name="excalibur-concurrent.jar"
+ value="../concurrent/build/lib/excalibur-concurrent-1.0.jar"/>
+ <property name="excalibur-instrument.jar"
+ value="../instrument/build/lib/excalibur-instrument-0.1.jar"/>
<property name="logkit.jar" value="${tools.dir}/ext/logkit.jar"/>
<property name="xerces.jar" value="${tools.dir}/lib/xerces-1.4.4.jar"/>
<property name="xalan.jar" value="${tools.dir}/lib/xalan-2.2.0-D13.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>