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:29:17 UTC

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

Author: sppatel
Date: Fri Jun  8 07:29:16 2007
New Revision: 545521

URL: http://svn.apache.org/viewvc?view=rev&rev=545521
Log:
roll back last commit

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=545521&r1=545520&r2=545521
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/pom.xml Fri Jun  8 07:29:16 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=545521&r1=545520&r2=545521
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Fri Jun  8 07:29:16 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>