bodewig 02/03/22 00:52:56
Modified: proposal/gump/project jakarta-cactus.xml
Log:
change to cactus' project descriptor requested by Vincent Massol.
Revision Changes Path
1.22 +6 -4 jakarta-alexandria/proposal/gump/project/jakarta-cactus.xml
Index: jakarta-cactus.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-cactus.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- jakarta-cactus.xml 15 Mar 2002 07:43:48 -0000 1.21
+++ jakarta-cactus.xml 22 Mar 2002 08:52:56 -0000 1.22
@@ -55,6 +55,7 @@
<depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/>
<depend property="junit.jar" project="junit"/>
<property name="dist.dir" value="framework/dist-12"/>
+ <property name="target.dir" value="framework/target-12"/>
</ant>
@@ -88,8 +89,8 @@
<property name="test.port" value="8081"/>
<property name="tomcat.home.33" reference="home" project="jakarta-tomcat"/>
<property name="dist.dir" value="sample-servlet/dist-12"/>
- <property name="cactus.framework.web"
- value="framework/dist-12/web" />
+ <property name="target.dir" value="sample-servlet/target-12"/>
+ <property name="cactus.framework.web" value="framework/dist-12/web"/>
</ant>
@@ -114,6 +115,7 @@
<depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/>
<depend property="junit.jar" project="junit"/>
<property name="dist.dir" value="framework/dist-13"/>
+ <property name="target.dir" value="framework/target-13"/>
</ant>
@@ -147,8 +149,8 @@
<property name="test.port" value="8082"/>
<property name="tomcat.home.40" reference="home"
project="jakarta-tomcat-4.0"/>
<property name="dist.dir" value="sample-servlet/dist-13"/>
- <property name="cactus.framework.web"
- value="framework/dist-13/web" />
+ <property name="target.dir" value="sample-servlet/target-13"/>
+ <property name="cactus.framework.web" value="framework/dist-13/web"/>
</ant>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>