crafterm 2002/07/22 03:02:17
Modified: fortress/examples ant.properties build.xml
Log:
Added install of the excalibur thread package, which is required if the
Thread/Command manager is automatically created within Fortress.
Revision Changes Path
1.2 +5 -0 jakarta-avalon-excalibur/fortress/examples/ant.properties
Index: ant.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/examples/ant.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant.properties 4 Jul 2002 09:43:24 -0000 1.1
+++ ant.properties 22 Jul 2002 10:02:17 -0000 1.2
@@ -38,6 +38,11 @@
excalibur-pool.lib=${excalibur-pool.home}
excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
+# ----- Excalibur thread, version 1.0 or later -----
+excalibur-thread.home=${basepath}/../thread/dist
+excalibur-thread.lib=${excalibur-thread.home}
+excalibur-thread.jar=${excalibur-thread.lib}/excalibur-thread-1.0.jar
+
# ----- Excalibur instrument, version 1.0 or later -----
excalibur-instrument.home=${basepath}/../instrument/dist
excalibur-instrument.lib=${excalibur-instrument.home}
1.6 +4 -0 jakarta-avalon-excalibur/fortress/examples/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/examples/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 12 Jul 2002 13:40:59 -0000 1.5
+++ build.xml 22 Jul 2002 10:02:17 -0000 1.6
@@ -97,6 +97,10 @@
<copy file="${excalibur-mpool.jar}"
todir="${lib.dir}" preservelastmodified="yes"/>
+ <!-- Excalibur thread jar -->
+ <copy file="${excalibur-thread.jar}"
+ todir="${lib.dir}" preservelastmodified="yes"/>
+
<!-- xml-apis -->
<copy file="${xml-apis.jar}"
todir="${lib.dir}" preservelastmodified="yes"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>