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/07/09 18:50:04 UTC

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

Author: sppatel
Date: Sun Jul  9 09:50:04 2006
New Revision: 420315

URL: http://svn.apache.org/viewvc?rev=420315&view=rev
Log:
feature version incorrect

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/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v11.core/plugin.xml?rev=420315&r1=420314&r2=420315&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 Jul  9 09:50:04 2006
@@ -30,14 +30,14 @@
     
     <extension point="org.eclipse.wst.server.core.installableRuntimes">
         <installableRuntime id="org.apache.geronimo.runtime.tomcat.11"
-            featureVersion="1.0.0"
+            featureVersion="1.1.0"
             featureId="org.apache.geronimo.installableruntime.tomcat.feature"
             featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
             bundleId="org.apache.geronimo.tomcat.j2ee.server.v11"
             path="zips/geronimo-tomcat-j2ee-1.1.zip">
         </installableRuntime>
         <installableRuntime id="org.apache.geronimo.runtime.jetty.11"
-            featureVersion="1.0.0"
+            featureVersion="1.1.0"
             featureId="org.apache.geronimo.installableruntime.jetty.feature"
             featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
             bundleId="org.apache.geronimo.jetty.j2ee.server.v11"