Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbridgha2005-02-03 16:49:50 +0000
committercbridgha2005-02-03 16:49:50 +0000
commite208ad60e4f94f16a5b6883295ea1f877d3ffe1d (patch)
tree27655564d0db3f5e69ea6c352b0086e61a8a5077 /plugins
parentb1e0290b11cb3c2808ac89768a9ec85651b854cb (diff)
downloadwebtools.javaee-e208ad60e4f94f16a5b6883295ea1f877d3ffe1d.tar.gz
webtools.javaee-e208ad60e4f94f16a5b6883295ea1f877d3ffe1d.tar.xz
webtools.javaee-e208ad60e4f94f16a5b6883295ea1f877d3ffe1d.zip
Readded back added menu bar path for eobjects: committed for JL
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.jst.j2ee.navigator.ui/plugin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.navigator.ui/plugin.xml b/plugins/org.eclipse.jst.j2ee.navigator.ui/plugin.xml
index d00d4b5f7..c888dfe3e 100644
--- a/plugins/org.eclipse.jst.j2ee.navigator.ui/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee.navigator.ui/plugin.xml
@@ -465,6 +465,24 @@
</emfEnablement>
</navigatorContent>
</extension>
+
+ <extension
+ point="org.eclipse.wst.common.navigator.views.actionProvider">
+ <actionProvider
+ class="org.eclipse.jst.common.navigator.internal.actions.OpenActionsExtension" >
+ <enablement>
+ <or>
+ <objectClass
+ adaptable="true"
+ name="org.eclipse.emf.ecore.EObject" />
+ <objectClass
+ adaptable="true"
+ name="org.eclipse.emf.edit.provider.ItemProvider" />
+ </or>
+ </enablement>
+ </actionProvider>
+ </extension>
+
</plugin>

Back to the top