vmassol 2002/07/28 16:29:13
Modified: . build.xml
Log:
fixed clean.all target
Revision Changes Path
1.21 +6 -0 jakarta-cactus/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 28 Jul 2002 23:17:01 -0000 1.20
+++ build.xml 28 Jul 2002 23:29:12 -0000 1.21
@@ -372,6 +372,9 @@
<ant target="clean" antfile="framework/build.xml"
inheritAll="false">
+ <!-- j2ee.jar property is needed here as it is overriden in the
+ build-admin.xml and we need to propagate it -->
+ <property name="j2ee.jar" value="${j2ee.jar}"/>
<property file="build.properties" />
<property file="${user.home}/build.properties" />
@@ -384,6 +387,9 @@
<ant target="clean" antfile="sample-servlet/build.xml"
inheritAll="false">
+ <!-- j2ee.jar property is needed here as it is overriden in the
+ build-admin.xml and we need to propagate it -->
+ <property name="j2ee.jar" value="${j2ee.jar}"/>
<property file="build.properties" />
<property file="${user.home}/build.properties" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>