donaldp 01/12/22 19:17:55
Modified: proposal/myrmidon build.xml
Log:
Add in a rebuild target to make things easier from IDEA
Revision Changes Path
1.28 +5 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 2001/12/23 00:16:42 1.27
+++ build.xml 2001/12/23 03:17:54 1.28
@@ -437,4 +437,9 @@
</delete>
</target>
+ <target name="rebuild">
+ <antcall target="clean"/>
+ <antcall target="main"/>
+ </target>
+
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>