You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/05/24 14:32:26 UTC

svn commit: r947621 - in /geronimo/server/branches/3.0-M1/framework/configs: geronimo-gbean-deployer/src/it/ pom.xml

Author: rickmcguire
Date: Mon May 24 12:32:25 2010
New Revision: 947621

URL: http://svn.apache.org/viewvc?rev=947621&view=rev
Log:
remove it components

Removed:
    geronimo/server/branches/3.0-M1/framework/configs/geronimo-gbean-deployer/src/it/
Modified:
    geronimo/server/branches/3.0-M1/framework/configs/pom.xml

Modified: geronimo/server/branches/3.0-M1/framework/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/configs/pom.xml?rev=947621&r1=947620&r2=947621&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/configs/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/configs/pom.xml Mon May 24 12:32:25 2010
@@ -90,18 +90,4 @@
         </plugins>
     </build>
 
-    <profiles>
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
-            <modules>
-                <module>geronimo-gbean-deployer/src/it/j2ee-system-it1</module>
-                <module>geronimo-gbean-deployer/src/it/j2ee-system-it2</module>
-                <module>geronimo-gbean-deployer/src/it/metadatageneration-it3</module>
-                <module>geronimo-gbean-deployer/src/it/metadatageneration-it4</module>
-            </modules>
-        </profile>
-
-    </profiles>
-
 </project>