[webbeans-commits] Webbeans SVN: r1817 - in ri/trunk: version-matrix and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Mar 8 16:58:51 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 16:58:51 -0400 (Sun, 08 Mar 2009)
New Revision: 1817

Modified:
   ri/trunk/jboss-as/build.properties
   ri/trunk/version-matrix/pom.xml
Log:
minor

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-03-08 17:56:37 UTC (rev 1816)
+++ ri/trunk/jboss-as/build.properties	2009-03-08 20:58:51 UTC (rev 1817)
@@ -1,5 +1,9 @@
+# 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
+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
 webbeans-ri-int.version=5.2.0-SNAPSHOT
 webbeans.version=1.0.0-SNAPSHOT
 jboss-ejb3.version=1.0.0
+

Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-03-08 17:56:37 UTC (rev 1816)
+++ ri/trunk/version-matrix/pom.xml	2009-03-08 20:58:51 UTC (rev 1817)
@@ -412,4 +412,19 @@
       </pluginManagement>
    </build>
 
+   <distributionManagement>
+      <repository>
+         <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+         <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+         <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+         <id>repository.jboss.org</id>
+         <url>file://${maven.repository.root}</url>
+      </repository>
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+      </snapshotRepository>
+   </distributionManagement>
+
 </project>




More information about the weld-commits mailing list