bobh 2002/10/04 11:36:54
Modified: . gump.xml
Log:
This should get gump builds working again. Thanks to Stefan Bodewig!
Revision Changes Path
1.10 +3 -1 jakarta-tomcat-5/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/gump.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gump.xml 23 Sep 2002 19:33:08 -0000 1.9
+++ gump.xml 4 Oct 2002 18:36:54 -0000 1.10
@@ -10,7 +10,9 @@
<project name="jakarta-tomcat-5">
<package>org.apache.catalina</package>
- <ant target="release">
+
+<!-- this is basically the release target, but without the clean - which was
destroying freshly built repos. -->
+ <ant target="prepare-release dist dist-source installer package-zip package-tgz
package-src-zip package-src-tgz"/>
<property name="tomcat33.home" value=""/>
<property name="ant.home" reference="home" project="jakarta-ant"/>
<property name="jsse.home" reference="home" project="jsse"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>