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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Feb 3 23:57:26 EST 2009


Author: ozizka at redhat.com
Date: 2009-02-03 23:57:26 -0500 (Tue, 03 Feb 2009)
New Revision: 132

Modified:
   trunk/jsfunit/pom.xml
Log:
Added Cargo's <configuration><type/> <home/> to set JBoss configuration dir.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-02-04 01:06:38 UTC (rev 131)
+++ trunk/jsfunit/pom.xml	2009-02-04 04:57:26 UTC (rev 132)
@@ -243,8 +243,12 @@
                         </systemProperties>
                      </container>
 
-                     <!-- cargo-configuration -->
+                     <!-- Container configuration -->
                      <configuration>
+                       <!-- Set where the configuration dir will be. -->
+                       <!-- TODO: Prepend ${basedir}/ and test; Copy to AS 4 and test.-->
+                       <type>standalone</type>
+                       <home>target/jboss5x</home>
                        <!-- Raise permgen size, allow classes unloading and permgen sweep -->
                        <properties>
                          <cargo.jvmargs>-XX:PermSize=512m -XX:MaxPermSize=1024 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled</cargo.jvmargs>
@@ -257,7 +261,7 @@
                          </configfile>
                        </configfiles>
                      </configuration>
-                     <!-- /cargo-configuration -->
+                     <!-- /Container configuration -->
 
                   </configuration>
                   <executions>




More information about the embjopr-commits mailing list