Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbchilds2008-04-01 19:42:50 +0000
committerbchilds2008-04-01 19:42:50 +0000
commitc06e9a6d53c9d8fb5378b2dd4450a51073f88e6b (patch)
treeefa21dfd6f333eabff1a6b785e0af56f1846b3d3 /bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
parent97b1e6a070a264828bdef7c6edb34b18e0456a5f (diff)
downloadwebtools.sourceediting-c06e9a6d53c9d8fb5378b2dd4450a51073f88e6b.tar.gz
webtools.sourceediting-c06e9a6d53c9d8fb5378b2dd4450a51073f88e6b.tar.xz
webtools.sourceediting-c06e9a6d53c9d8fb5378b2dd4450a51073f88e6b.zip
Bug 94411 (facet install) default facet for various runtimes. patch provided by Konstantin
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.web.core/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.jsdt.web.core/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
index 9a3a91fbae..e33d5b1c01 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
+++ b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
@@ -35,6 +35,12 @@
</extension>
+ <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
+ <supported>
+ <facet id="wst.jsdt.web"/>
+ <runtime-component any="true"/>
+ </supported>
+ </extension>

Back to the top