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 2009/08/19 20:10:46 UTC

svn commit: r805910 - in /geronimo/server/branches/2.2/plugins: connector-1_6/ pom.xml

Author: djencks
Date: Wed Aug 19 18:10:45 2009
New Revision: 805910

URL: http://svn.apache.org/viewvc?rev=805910&view=rev
Log:
GERONIMO-4655 remove ee6 connector stuff, not relevant for 2.2

Removed:
    geronimo/server/branches/2.2/plugins/connector-1_6/
Modified:
    geronimo/server/branches/2.2/plugins/pom.xml

Modified: geronimo/server/branches/2.2/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/pom.xml?rev=805910&r1=805909&r2=805910&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/pom.xml Wed Aug 19 18:10:45 2009
@@ -65,7 +65,7 @@
         <module>axis2</module>
         <module>client</module>
         <module>clustering</module>
-        <module>connector${connectorSuffix}</module>
+        <module>connector</module>
         <module>console</module>
         <module>corba</module>
         <module>cxf</module>
@@ -183,14 +183,5 @@
                 </pluginManagement>
             </build>
         </profile>
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
-            <modules>
-                <module>connector</module>
-                <module>connector-1_6</module>
-            </modules>
-        </profile>
-
     </profiles> 
 </project>