You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/07/07 19:09:27 UTC

svn commit: rev 22680 - incubator/depot/trunk/update

Author: nickchalko
Date: Wed Jul  7 12:09:26 2004
New Revision: 22680

Modified:
   incubator/depot/trunk/update/build.xml
Log:
No need for specail gump target now

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Wed Jul  7 12:09:26 2004
@@ -58,7 +58,8 @@
 	<importer name="apache-0.1" href="${antlets.repo}" />
 	<importer name="makeantlet-0.2" href="${antlets.repo}" />
 
-	<importer name="depot-version-0.1" href="http://cvs.apache.org/~nickchalko/SNAPSHOTS/antlets/"/>
+	<importer name="depot-version-0.1"
+	          href="http://cvs.apache.org/~nickchalko/SNAPSHOTS/antlets/" />
 
 	<fileset id="depot-update.dependent.jars.fileset" dir=".">
 		<include name="lib/*.jar" />
@@ -90,9 +91,6 @@
 
 	</target>
 
-	<target name="gump" depends="compile,dist-jar">
-		<move file="${dist.dir}/${project.name}-${project.version}.jar"
-		      tofile="${dist.dir}/${project.name}-gump-${DSTAMP}.jar" />
-	</target>
+	<target name="gump" depends="compile,dist-jar" />
 	<target name="test" depends="junit.test" />
 </project>