Author: akazakov
Date: 2012-04-12 19:30:18 -0400 (Thu, 12 Apr 2012)
New Revision: 40164
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-11470 Context New Menu does not provide the best
options for "webapp"
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2012-04-12 20:13:03 UTC (rev
40163)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml 2012-04-12 23:30:18 UTC (rev
40164)
@@ -206,6 +206,30 @@
</wizard>
</extension>
+ <!-- Add new XHTML wizard to Common Navigator -->
+ <extension
+ point="org.eclipse.ui.navigator.navigatorContent">
+ <commonWizard
+ menuGroupId="org.eclipse.wst.web.ui"
+ type="new"
+
wizardId="org.jboss.tools.jst.web.ui.wizards.newfile.NewXHTMLWizard">
+ <enablement>
+ <or>
+ <adapt type="org.eclipse.core.resources.IResource">
+ <or>
+ <test
+ property="org.eclipse.wst.common.project.facet.core.projectFacet"
+ value="wst.web"/>
+ <test
+ property="org.eclipse.wst.common.project.facet.core.projectFacet"
+ value="jst.web"/>
+ </or>
+ </adapt>
+ </or>
+ </enablement>
+ </commonWizard>
+ </extension>
+
<extension id="org.jboss.tools.jst.web.ui.views" name="JBoss
Tools" point="org.eclipse.ui.views">
<category id="web.views.category.id"
name="%ViewCategory_JBossToolsWeb">
</category>