[embjopr-commits] EMBJOPR SVN: r377 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon May 4 17:51:57 EDT 2009


Author: ozizka at redhat.com
Date: 2009-05-04 17:51:57 -0400 (Mon, 04 May 2009)
New Revision: 377

Modified:
   trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Cargo plugin version 1.0 -> 1.0.1-SNAPSHOT

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-05-04 19:29:05 UTC (rev 376)
+++ trunk/jsfunit/pom.xml	2009-05-04 21:51:57 UTC (rev 377)
@@ -5,7 +5,7 @@
       <jopr.version>1.2.0-SNAPSHOT</jopr.version>
       <cargo.jboss.configuration>default</cargo.jboss.configuration>
       <cargo.jboss.bind.address>localhost</cargo.jboss.bind.address>
-      <cargo.plugin.version>1.0</cargo.plugin.version><!-- Was: 1.0-SNAPSHOT -->
+      <cargo.plugin.version>1.0.1-SNAPSHOT</cargo.plugin.version><!-- Was: 1.0-SNAPSHOT -->
    </properties>
    
    <parent>
@@ -339,9 +339,11 @@
                        <properties>
                          <cargo.java.home>${JAVA_HOME}</cargo.java.home>
                          <!-- Raise permgen size, allow classes unloading and permgen sweep -->
+                         <!-- xb.builder.useUnorderedSequence=true is the same what run.sh does. -->
+                         <!--   See http://www.nabble.com/changes-in-parsing-with-xb-td22478176.html -->
                          <cargo.jvmargs>-Dcom.sun.management.jmxremote -Xmx1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
                          <!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled  -->
-                         <!-- JBoss configuration - default, all, minimal, ... -->
+                         <!-- JBoss configuration - default, all, standard -->
                          <cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>
                        </properties>
                        <!-- Override Cargo's default files (some taken from cargo's .jar, some from 'default') -->




More information about the embjopr-commits mailing list