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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Mar 12 12:51:55 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-12 12:51:55 -0400 (Thu, 12 Mar 2009)
New Revision: 1944

Modified:
   ri/trunk/jboss-as/build.properties
Log:
oops

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-03-12 12:02:13 UTC (rev 1943)
+++ ri/trunk/jboss-as/build.properties	2009-03-12 16:51:55 UTC (rev 1944)
@@ -1,8 +1,14 @@
 # Container a number of properties associated with installing Web Beans into JBoss AS and running the TCK in JBoss AS
 #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 # recommended minimum JAVA_OPTS for running JBoss with the TCK
-# jboss.shutdown.delay=15000 # time to allow before attempting to restart JBoss AS
-# jboss.deployments.restart = 25 # maximum number of TCK tests to deploy before restarting JBoss AS
+
+# recommended minimum JAVA_OPTS for running JBoss with the TCK
+java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
+
+# time to allow before attempting to restart JBoss AS
+# jboss.shutdown.delay=15000
+
+# maximum number of TCK tests to deploy before restarting JBoss AS
+# jboss.deployments.restart = 25
 webbeans-ri-int.version=5.2.0.BETA1
 webbeans.version=1.0.0.BETA1
 jboss-ejb3.version=1.0.0




More information about the weld-commits mailing list