[webbeans-commits] Webbeans SVN: r625 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Dec 20 13:04:20 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-20 13:04:20 -0500 (Sat, 20 Dec 2008)
New Revision: 625

Modified:
   ri/trunk/build.xml
Log:
fix deploy-dist target

Modified: ri/trunk/build.xml
===================================================================
--- ri/trunk/build.xml	2008-12-20 17:46:56 UTC (rev 624)
+++ ri/trunk/build.xml	2008-12-20 18:04:20 UTC (rev 625)
@@ -100,7 +100,7 @@
       </zip>
 	</target>
 	
-	<target name="deploy-dist">
+	<target name="deploy-dist" depends="deploy">
 		<maven target="deploy:deploy-file" basedir="${basedir}">
 			<arg line="-DpomFile=${basedir}/pom.xml" />
 			<arg line="-Dpackaging=zip" />




More information about the weld-commits mailing list