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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Dec 18 18:16:44 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-18 18:16:44 -0500 (Thu, 18 Dec 2008)
New Revision: 558

Modified:
   ri/trunk/build.xml
Log:
build and install the RI

Modified: ri/trunk/build.xml
===================================================================
--- ri/trunk/build.xml	2008-12-18 23:01:47 UTC (rev 557)
+++ ri/trunk/build.xml	2008-12-18 23:16:44 UTC (rev 558)
@@ -8,7 +8,7 @@
 
 	<property file="build.properties" />
 
-	<target name="install-jboss5" depends="install-jboss-ejb3-update">
+	<target name="install-jboss5" depends="install-jboss-ejb3-update, install">
 
 		<fail unless="jboss.home" message="Please pass in -Djboss.home=..."/>
 




More information about the weld-commits mailing list