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/11/29 23:51:28 UTC

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

Author: sppatel
Date: Tue Nov 29 14:51:25 2005
New Revision: 349824

URL: http://svn.apache.org/viewcvs?rev=349824&view=rev
Log:
runtimecomp needs to support facet

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=349824&r1=349823&r2=349824&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 Tue Nov 29 14:51:25 2005
@@ -135,7 +135,6 @@
         class="org.eclipse.jst.server.generic.core.internal.GenericServerRuntimeTargetHandler"/>
    </extension>
    
-   
    <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
     <runtime-component-type
        id="org.apache.geronimo.runtime"/>
@@ -156,6 +155,9 @@
     <supported>
       <runtime-component
          id="org.apache.geronimo.runtime"
+         version="1.0"/>
+      <facet
+         id="org.apache.geronimo.facet"
          version="1.0"/>
       <facet
          id="jst.web"