morgand 2003/01/22 15:20:12
Modified: jelly build-all.xml
Log:
deletion of "lib" directories added to clean - hopefully temporary until maven
has a safer solution
Revision Changes Path
1.9 +5 -0 jakarta-commons-sandbox/jelly/build-all.xml
Index: build-all.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build-all.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build-all.xml 22 Jan 2003 23:11:13 -0000 1.8
+++ build-all.xml 22 Jan 2003 23:20:11 -0000 1.9
@@ -99,6 +99,11 @@
<antcall target="subant">
<param name="sub.target" value="clean"/>
</antcall>
+ <!-- hopefully a placeholder until maven uses target/lib instead of lib -->
+ <delete dir="lib"/>
+ <delete>
+ <fileset dir="jelly-tags" includes="*/lib/"/>
+ </delete>
</target>
<target name="ant">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>