craigmcc 01/05/02 17:39:46
Modified: . build.xml
Log:
Add digester to the set of commons packages built all together.
Revision Changes Path
1.3 +1 -0 jakarta-commons/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/04/30 19:03:50 1.2
+++ build.xml 2001/05/03 00:39:46 1.3
@@ -117,6 +117,7 @@
<!-- NOTE: ordering should respect any dependencies -->
<ant target="dist" dir="beanutils"/>
<ant target="dist" dir="collections"/>
+ <ant target="dist" dir="digester"/>
<ant target="dist" dir="pool"/>
<ant target="dist" dir="dbcp"/>
<ant target="dist" dir="httpclient"/>