You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by mm...@apache.org on 2004/02/08 15:50:52 UTC

svn commit: rev 6595 - incubator/depot/trunk/ruper

Author: mmay
Date: Sun Feb  8 07:50:52 2004
New Revision: 6595

Modified:
   incubator/depot/trunk/ruper/build.xml
Log:
Added the initialization of the library to the gump target

Modified: incubator/depot/trunk/ruper/build.xml
==============================================================================
--- incubator/depot/trunk/ruper/build.xml	(original)
+++ incubator/depot/trunk/ruper/build.xml	Sun Feb  8 07:50:52 2004
@@ -288,7 +288,7 @@
 			tofile="${output.jar}" verbose="true"/>
 	</target>
 	
-	<target name="gump" depends="make_jar_dist">
+	<target name="gump" depends="init_repository, make_jar_dist">
 	</target>
 	
 </project>