You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2007/06/08 16:09:07 UTC

svn commit: r545511 - in /geronimo/devtools/eclipse-plugin/trunk: features/pom.xml plugins/pom.xml

Author: sppatel
Date: Fri Jun  8 07:09:07 2007
New Revision: 545511

URL: http://svn.apache.org/viewvc?view=rev&rev=545511
Log:
remove 1.2 from building

Modified:
    geronimo/devtools/eclipse-plugin/trunk/features/pom.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/pom.xml?view=diff&rev=545511&r1=545510&r2=545511
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/pom.xml Fri Jun  8 07:09:07 2007
@@ -32,7 +32,7 @@
         <module>org.apache.geronimo.feature</module>
         <module>org.apache.geronimo.v10.feature</module>
         <module>org.apache.geronimo.v11.feature</module>
-        <module>org.apache.geronimo.v12.feature</module>
+        <!--<module>org.apache.geronimo.v12.feature</module>-->
         <module>org.apache.geronimo.v20.feature</module>
         <module>org.apache.geronimo.installableruntime.jetty.feature</module>
         <module>org.apache.geronimo.installableruntime.tomcat.feature</module>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?view=diff&rev=545511&r1=545510&r2=545511
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Fri Jun  8 07:09:07 2007
@@ -132,7 +132,7 @@
         <module>org.apache.geronimo.st.core</module>
         <module>org.apache.geronimo.st.v1.core</module>
         <module>org.apache.geronimo.st.v11.core</module>
-        <module>org.apache.geronimo.st.v12.core</module>
+        <!--<module>org.apache.geronimo.st.v12.core</module>-->
         <module>org.apache.geronimo.st.v20.core</module>
         <module>org.apache.geronimo.st.ui</module>
         <module>org.apache.geronimo.st.v1.ui</module>
@@ -144,7 +144,7 @@
         <module>org.apache.geronimo.runtime.common</module>
         <module>org.apache.geronimo.runtime.v1</module>
         <module>org.apache.geronimo.runtime.v11</module>
-        <module>org.apache.geronimo.runtime.v12</module>
+        <!--<module>org.apache.geronimo.runtime.v12</module>-->
         <module>org.apache.geronimo.runtime.v20</module>
     </modules>
 </project>