[webbeans-commits] Webbeans SVN: r1695 - ri/trunk/jboss-as.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Feb 24 18:27:33 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-24 18:27:33 -0500 (Tue, 24 Feb 2009)
New Revision: 1695

Modified:
   ri/trunk/jboss-as/build.properties
   ri/trunk/jboss-as/build.xml
Log:
update for jboss 5.0.1

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-02-24 23:05:26 UTC (rev 1694)
+++ ri/trunk/jboss-as/build.properties	2009-02-24 23:27:33 UTC (rev 1695)
@@ -1,4 +1,4 @@
-#jboss.home=/Applications/jboss-5.0.0.GA
+#jboss.home=/Applications/jboss-5.0.1.GA
 java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 webbeans-ri-int.version=5.2.0-SNAPSHOT
 webbeans-ri.version=1.0.0-SNAPSHOT

Modified: ri/trunk/jboss-as/build.xml
===================================================================
--- ri/trunk/jboss-as/build.xml	2009-02-24 23:05:26 UTC (rev 1694)
+++ ri/trunk/jboss-as/build.xml	2009-02-24 23:27:33 UTC (rev 1695)
@@ -13,7 +13,7 @@
 		<delete dir="target" failonerror="false"/>
 	</target>
 
-	<target name="update" depends="install-jboss-ejb3-update, install-webbeans.deployer" description="Update JBoss 5 for the Web Beans RI" />
+	<target name="update" depends="install-webbeans.deployer" description="Update JBoss 5 for the Web Beans RI" />
 		
 	<target name="install-webbeans.deployer">
 




More information about the weld-commits mailing list