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

svn commit: r952760 - in /geronimo/server/branches/3.0-M1/testsuite: deployment-testsuite/ web-testsuite/pom.xml

Author: gawor
Date: Tue Jun  8 18:19:35 2010
New Revision: 952760

URL: http://svn.apache.org/viewvc?rev=952760&view=rev
Log:
remove unused deployment-testsuite and fix web-testsuite pom

Removed:
    geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/
Modified:
    geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml?rev=952760&r1=952759&r2=952760&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml Tue Jun  8 18:19:35 2010
@@ -51,32 +51,4 @@
         <module>test-myfaces</module>
     </modules>
 
-    <profiles>
-        <profile>
-            <id>testsuite-with-jetty</id>
-            <activation>
-                <property>
-                    <name>assemblyId</name>
-                    <value>jetty</value>
-                </property>
-            </activation>
-            <modules>
-                <module>test-jetty</module>
-            </modules>
-        </profile>
-
-        <profile>
-            <id>testsuite-with-tomcat</id>
-            <activation>
-                <property>
-                    <name>assemblyId</name>
-                    <value>tomcat</value>
-                </property>
-            </activation>
-            <modules>
-                <module>test-tomcat</module>
-            </modules>
-        </profile>
-    </profiles>
-
 </project>