craigmcc 01/05/12 10:52:36
Modified: . build.xml
Log:
Reverse order to reflect dependencies (BeanUtils uses a couple of the
collections classes).
Revision Changes Path
1.4 +1 -1 jakarta-commons/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2001/05/03 00:39:46 1.3
+++ build.xml 2001/05/12 17:52:36 1.4
@@ -115,8 +115,8 @@
>
<!-- NOTE: ordering should respect any dependencies -->
- <ant target="dist" dir="beanutils"/>
<ant target="dist" dir="collections"/>
+ <ant target="dist" dir="beanutils"/>
<ant target="dist" dir="digester"/>
<ant target="dist" dir="pool"/>
<ant target="dist" dir="dbcp"/>