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/05/14 22:05:59 UTC

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

Author: nickchalko
Date: Fri May 14 15:05:58 2004
New Revision: 10662

Modified:
   incubator/depot/trunk/update/build.xml
Log:
all = dist

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Fri May 14 15:05:58 2004
@@ -84,7 +84,7 @@
 
 
 
-	<target name="all" depends="compile" />
+	<target name="all" depends="dist" />
 	<target name="compile"
 	        depends="-init-path,version-stamp,java.antlet.compile"
 	        description="Compile java source files." />