You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/07/22 05:01:29 UTC

svn commit: r966485 - /geronimo/server/trunk/testsuite/pom.xml

Author: xiaming
Date: Thu Jul 22 03:01:29 2010
New Revision: 966485

URL: http://svn.apache.org/viewvc?rev=966485&view=rev
Log:
Disable it profile as the default activation

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

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=966485&r1=966484&r2=966485&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Jul 22 03:01:29 2010
@@ -263,9 +263,9 @@
     <profiles>
         <profile>
             <id>it</id>
-            <activation>
+            <!--<activation>
                 <activeByDefault>true</activeByDefault>
-            </activation>
+            </activation>-->
             <build>
                 <pluginManagement>
                     <plugins>