donaldp 02/03/30 13:46:42
Modified: event ant.properties.sample build.xml
Log:
Make sure component depends upon concurrent.
Revision Changes Path
1.3 +6 -1 jakarta-avalon-excalibur/event/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/ant.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant.properties.sample 30 Mar 2002 21:33:20 -0000 1.2
+++ ant.properties.sample 30 Mar 2002 21:46:42 -0000 1.3
@@ -9,7 +9,7 @@
# The ant.properties values in this directory apply only to this component,
and
# override the defaults in ../ant.properties.
#
-# $Id: ant.properties.sample,v 1.2 2002/03/30 21:33:20 donaldp Exp $
+# $Id: ant.properties.sample,v 1.3 2002/03/30 21:46:42 donaldp Exp $
#
-----------------------------------------------------------------------------
# --------------------------------------------------
@@ -39,6 +39,11 @@
excalibur-collections.home=${base.path}/excalibur-collections-1.0
excalibur-collections.lib=${excalibur-collections.home}
excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
+
+# ----- Excalibur Concurrent, version 1.0 or later -----
+excalibur-concurrent.home=${base.path}/excalibur-concurrent-1.0
+excalibur-concurrent.lib=${excalibur-concurrent.home}
+excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
# --------------------------------------------------
1.3 +1 -0 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 30 Mar 2002 21:33:20 -0000 1.2
+++ build.xml 30 Mar 2002 21:46:42 -0000 1.3
@@ -48,6 +48,7 @@
<pathelement location="${build.classes}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="${excalibur-collections.jar}"/>
+ <pathelement location="${excalibur-concurrent.jar}"/>
<pathelement location="${checkstyle.jar}"/>
</path>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>