adammurdoch 02/03/27 22:30:05
Modified: proposal/myrmidon build.xml
Log:
Switch on the 'build' antlib.
Revision Changes Path
1.91 +4 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- build.xml 26 Mar 2002 02:17:05 -0000 1.90
+++ build.xml 28 Mar 2002 06:30:04 -0000 1.91
@@ -523,6 +523,10 @@
<ant antfile="antlib.xml">
<property name="antlib.name" value="java"/>
</ant>
+
+ <ant antfile="antlib.xml">
+ <property name="antlib.name" value="build"/>
+ </ant>
</target>
<!-- Compiles and runs the unit tests -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>