You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/05/09 20:10:39 UTC

svn commit: r1101129 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: antelder
Date: Mon May  9 18:10:38 2011
New Revision: 1101129

URL: http://svn.apache.org/viewvc?rev=1101129&view=rev
Log:
Remove default command line memory settings

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1101129&r1=1101128&r2=1101129&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Mon May  9 18:10:38 2011
@@ -86,7 +86,6 @@
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
 
-           <argLine>-Xms256m -Xmx1024m</argLine>
 <!-- if you want to connect a debugger to a surefire test you can use this
            <argLine>-Xms256m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</argLine>
 -->