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 2006/04/30 16:10:00 UTC

svn commit: r398349 - /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml

Author: sppatel
Date: Sun Apr 30 07:09:59 2006
New Revision: 398349

URL: http://svn.apache.org/viewcvs?rev=398349&view=rev
Log:
fix runtimeversion

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

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml?rev=398349&r1=398348&r2=398349&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml Sun Apr 30 07:09:59 2006
@@ -4,7 +4,7 @@
 	 <extension point="org.eclipse.wst.server.core.runtimeTypes">
         <runtimeType id="org.apache.geronimo.generic.runtime.11"
             name="%runtimeTypeName" description="%runtimeTypeDescription"
-            vendor="%runtimeTypeVendor" version="1.0"
+            vendor="%runtimeTypeVendor" version="1.1"
             class="org.apache.geronimo.st.core.GenericGeronimoServerRuntime">
             <moduleType types="jst.web" versions="2.2, 2.3, 2.4"/>
             <moduleType types="jst.ejb" versions="1.1, 2.0, 2.1"/>