bloritsch 2003/03/28 08:32:17
Modified: project avalon-excalibur.xml
Log:
fix references to commons-collections again
Revision Changes Path
1.25 +6 -6 jakarta-gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- avalon-excalibur.xml 28 Mar 2003 16:11:40 -0000 1.24
+++ avalon-excalibur.xml 28 Mar 2003 16:32:16 -0000 1.25
@@ -108,7 +108,7 @@
<ant basedir="component">
<depend property="excalibur-pool.jar" project="excalibur-pool"/>
<depend property="excalibur-logger.jar" project="excalibur-logger"/>
- <depend project="commons-collections"/>
+ <depend property="commons-collections" project="commons-collections"/>
<depend property="excalibur-instrument.jar"
project="excalibur-instrument"/>
<depend property="excalibur-instrument-manager.jar"
project="excalibur-instrument-manager"/>
<depend property="excalibur-instrument-manager-interfaces.jar"
project="excalibur-instrument-manager"/>
@@ -312,10 +312,10 @@
<ant basedir="fortress/examples" target="jar">
<property name="version" value="@@DATE@@"/>
- <property name="excalibur-fortress.jar" project="excalibur-fortress"
reference="jarpath"/>
- <property name="excalibur-lifecycle.jar" project="excalibur-lifecycle"
reference="jarpath"/>
- <depend project="commons-collections"/>
- <property name="util.concurrent.jar"
+ <depend property="excalibur-fortress.jar" project="excalibur-fortress"
reference="jarpath"/>
+ <depend property="excalibur-lifecycle.jar"
project="excalibur-lifecycle" reference="jarpath"/>
+ <depend property="commons-collections" project="commons-collections"/>
+ <depend property="util.concurrent.jar"
project="concurrent" reference="jarpath"/>
</ant>
@@ -644,7 +644,7 @@
<package>org.apache.avalon.excalibur.pool</package>
<ant basedir="pool">
- <depend project="commons-collections"/>
+ <depend property="commons-collections" project="commons-collections"/>
<depend property="excalibur-instrument.jar"
project="excalibur-instrument"/>
<depend property="logkit.jar" project="avalon-logkit" runtime="true"/>
<property name="package-version" value="@@DATE@@"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]