You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/08/14 06:37:22 UTC

svn commit: r685766 - /geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml

Author: mcconne
Date: Wed Aug 13 21:37:21 2008
New Revision: 685766

URL: http://svn.apache.org/viewvc?rev=685766&view=rev
Log:
GERONIMODEVTOOLS-476 Remove all references to server images

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml?rev=685766&r1=685765&r2=685766&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.2/plugins/org.apache.geronimo.st.v21.core/plugin.xml Wed Aug 13 21:37:21 2008
@@ -67,32 +67,6 @@
     </extension>
     
     
-    <!--
-     |
-     | Extend WTP installableRuntimes so that the new Geronimo server or runtime type          
-     | can be discovered via the GeronimoRuntimeWizardFragment extension. Note that 
-     | the featureSite tag should be one of the following:
-     |
-     |  1. featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
-     |  2. featureSite="http://people.apache.org/~mcconne/releases/2.1.2/RC1/staging_site/"
-     |
-     -->
-    <extension point="org.eclipse.wst.server.core.installableRuntimes">
-        <installableRuntime id="org.apache.geronimo.runtime.tomcat.21"
-            featureVersion="2.1.2"
-            featureId="org.apache.geronimo.server.tomcat.v21.feature"
-            featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/"
-            path="geronimo-tomcat6-javaee5-2.1.2.zip">
-        </installableRuntime>
-        <installableRuntime id="org.apache.geronimo.runtime.jetty.21"
-            featureVersion="2.1.2"
-            featureId="org.apache.geronimo.server.jetty.v21.feature"
-            featureSite="http://people.apache.org/~tkirby/releases/2.1.2/RC1/staging_site/eclipse/updates/"
-            path="geronimo-jetty6-javaee5-2.1.2.zip">
-        </installableRuntime>
-    </extension>
-    
-
     <!-- ======================================================================================= -->
     <!--                                                                                         -->
     <!-- Map the runtime-component (defined in plugins\org.apache.geronimo.st.core\plugin.xml)   -->