You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/04 22:10:09 UTC

svn commit: r1031249 - /myfaces/extensions/validator/trunk/test-modules/pom.xml

Author: lu4242
Date: Thu Nov  4 21:10:09 2010
New Revision: 1031249

URL: http://svn.apache.org/viewvc?rev=1031249&view=rev
Log:
restore test configuration

Modified:
    myfaces/extensions/validator/trunk/test-modules/pom.xml

Modified: myfaces/extensions/validator/trunk/test-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/trunk/test-modules/pom.xml?rev=1031249&r1=1031248&r2=1031249&view=diff
==============================================================================
--- myfaces/extensions/validator/trunk/test-modules/pom.xml (original)
+++ myfaces/extensions/validator/trunk/test-modules/pom.xml Thu Nov  4 21:10:09 2010
@@ -170,11 +170,9 @@
                         <exclude>**/TestUtils.java</exclude>
                         <exclude>**/*Bean.java</exclude>
                     </excludes>
-					<useSystemClassLoader>true</useSystemClassLoader>
-					<forkMode>once</forkMode>
-                              <!-- These lines makes jvm could not be started
-					<argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>					
-                              -->
+                    <useSystemClassLoader>true</useSystemClassLoader>
+                    <forkMode>once</forkMode>
+                    <argLine>-Xmx1024m -XX:MaxPermSize=512m</argLine>
                 </configuration>
             </plugin>
         </plugins>