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/12/18 18:40:32 UTC

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

Author: sppatel
Date: Sun Dec 18 09:40:21 2005
New Revision: 357481

URL: http://svn.apache.org/viewcvs?rev=357481&view=rev
Log:
specify default facets for geronimo runtime

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=357481&r1=357480&r2=357481&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 Sun Dec 18 09:40:21 2005
@@ -195,5 +195,14 @@
       version="1.0"/>
   </extension>
   
-   
+  <extension
+        id="org.apache.geronimo.defaultFacets"
+        name="Geronimo Default Facets"
+        point="org.eclipse.wst.common.project.facet.core.defaultFacets">
+	<default-facets>
+		<runtime-component id="org.apache.geronimo.runtime" version="1.0"/>
+		<facet id="org.apache.geronimo.facet" version="1.0" />
+	</default-facets>
+  </extension>
+  
 </plugin>