leosimons 2003/03/29 02:43:07
Modified: project avalon-excalibur.xml
Log:
s/commons-collections/commons-collections.jar/
Revision Changes Path
1.26 +3 -3 jakarta-gump/project/avalon-excalibur.xml
Index: avalon-excalibur.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- avalon-excalibur.xml 28 Mar 2003 16:32:16 -0000 1.25
+++ avalon-excalibur.xml 29 Mar 2003 10:43:07 -0000 1.26
@@ -314,13 +314,13 @@
<property name="version" value="@@DATE@@"/>
<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="commons-collections.jar"
project="commons-collections"/>
<depend property="util.concurrent.jar"
project="concurrent" reference="jarpath"/>
</ant>
- <depend project="excalibur-fortress" inherit="all" runtime="true"/>
- <depend project="excalibur-lifecycle" runtime="true"/>
+ <depend project="excalibur-fortress" inherit="all" runtime="true"/>
+ <depend project="excalibur-lifecycle" runtime="true"/>
<!-- for the servlet examples -->
<depend project="jakarta-servletapi"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]