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 2005/10/30 01:25:26 UTC

svn commit: r329492 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml

Author: sppatel
Date: Sat Oct 29 16:25:23 2005
New Revision: 329492

URL: http://svn.apache.org/viewcvs?rev=329492&view=rev
Log:
can't apply runtime to j2ee project
moduleType versions changed from j2ee to module spec levels

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml?rev=329492&r1=329491&r2=329492&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.xml Sat Oct 29 16:25:23 2005
@@ -11,13 +11,13 @@
        version="1.0"
        class="org.eclipse.jst.server.generic.core.internal.GenericServerRuntime">
        <moduleType
-         types="j2ee.web"
-         versions="1.2, 1.3, 1.4"/>
+         types="jst.web"
+         versions="2.2, 2.3, 2.4"/>
       <moduleType
-         types="j2ee.ejb"
-         versions="1.2, 1.3, 1.4"/>
+         types="jst.ejb"
+         versions="1.1, 2.0, 2.1"/>
       <moduleType
-         types="j2ee.ear"
+         types="jst.ear"
          versions="1.2, 1.3, 1.4"/>
     </runtimeType>
  </extension>