You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/06/24 21:08:40 UTC

svn commit: r957685 - in /geronimo/server/trunk/testsuite: aries-testsuite/pom.xml pom.xml

Author: djencks
Date: Thu Jun 24 19:08:40 2010
New Revision: 957685

URL: http://svn.apache.org/viewvc?rev=957685&view=rev
Log:
GERONIMO-5190 undo mistakenly committed changes

Modified:
    geronimo/server/trunk/testsuite/aries-testsuite/pom.xml
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/aries-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/aries-testsuite/pom.xml?rev=957685&r1=957684&r2=957685&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/aries-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/aries-testsuite/pom.xml Thu Jun 24 19:08:40 2010
@@ -39,7 +39,7 @@
     </description>
 
     <modules>
-        <!--<module>simple</module>-->
+        <module>simple</module>
         <module>jpa</module>
     </modules>
 

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=957685&r1=957684&r2=957685&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Jun 24 19:08:40 2010
@@ -181,16 +181,16 @@
     </distributionManagement>
 
     <modules>
-        <!--<module>commands-testsuite</module>-->
-        <!--<module>corba-testsuite</module>-->
-        <!--<module>enterprise-testsuite</module>-->
+        <module>commands-testsuite</module>
+        <module>corba-testsuite</module>
+        <module>enterprise-testsuite</module>
 <!--
         <module>console-testsuite</module>
         <module>deployment-testsuite</module>
 -->
-        <!--<module>security-testsuite</module>-->
-        <!--<module>web-testsuite</module>-->
-        <!--<module>webservices-testsuite</module>-->
+        <module>security-testsuite</module>
+        <module>web-testsuite</module>
+        <module>webservices-testsuite</module>
         <module>aries-testsuite</module>
     </modules>
 
@@ -286,10 +286,6 @@
                                                 <id>default</id>
                                                 <options>
                                                     <option>-XX:MaxPermSize=160m</option>
-                                                    <option>-Xdebug</option>
-                                                    <option>-Xnoagent</option>
-                                                    <option>-Djava.compiler=NONE</option>
-                                                    <option>-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</option>
                                                 </options>
                                             </optionSet>
                                         </optionSets>