cziegeler 02/04/22 02:25:03
Modified: . build.xml
Log:
Adding sourceresolve bundle to jar target
Revision Changes Path
1.155 +1 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- build.xml 18 Apr 2002 04:29:01 -0000 1.154
+++ build.xml 22 Apr 2002 09:25:03 -0000 1.155
@@ -134,6 +134,7 @@
<!-- Generate one jar functionally equivalent to the old
avalon-excalibur.jar -->
<target name="jar" description="Generates avalon-excalibur.jar">
<ant dir="datasource" target="jar"/>
+ <ant dir="sourceresolve" target="jar"/>
<ant dir="all" target="all"/>
<ant dir="cli" target="jar"/>
<ant dir="component" target="jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>