colus 02/03/31 20:04:29
Modified: all build.xml
Log:
Need excalibur-event.
Revision Changes Path
1.123 +3 -0 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- build.xml 31 Mar 2002 03:47:00 -0000 1.122
+++ build.xml 1 Apr 2002 04:04:29 -0000 1.123
@@ -85,6 +85,8 @@
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-event.jar"
+ value="../event/build/lib/excalibur-event-1.0a.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"/>
@@ -106,6 +108,7 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-collections.jar}"/>
<pathelement location="${excalibur-concurrent.jar}"/>
+ <pathelement location="${excalibur-event.jar}"/>
<pathelement location="${excalibur-instrument.jar}"/>
<pathelement location="${j2ee.jar}"/>
<pathelement location="${logkit.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>