billbarker 2004/01/30 19:55:54 Modified: . build.xml Log: Gumpy doesn't seem to be as smart as its father, so add a target to help it out. The gump build seems to have diverged from the 'release' build, but I left it with what was in gump before. Revision Changes Path 1.175 +3 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- build.xml 15 Jan 2004 14:37:37 -0000 1.174 +++ build.xml 31 Jan 2004 03:55:54 -0000 1.175 @@ -1772,4 +1772,7 @@ out="build/classes/org/apache/coyote/tomcat5/mbeans-descriptors.xml.ser" /> </target> + <target name="gumpy-build" description="HACK: to stop gumpy from nagging" + depends="prepare-release,dist,dist-source,installer,package-zip,package-tgz,package-src-zip,package-src-tgz" /> + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]