Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrun2016-05-20 09:26:09 +0000
committercbrun2016-05-20 09:26:09 +0000
commit49607d4ddeb4dc37edc589e7276410928b65639b (patch)
treed6cfac68cb2130e47d009bae4234aa0b641da4ca
parent83dd9d82e4a1c20711f1c134f3022a7119d356f8 (diff)
downloadorg.eclipse.ecoretools-49607d4ddeb4dc37edc589e7276410928b65639b.tar.gz
org.eclipse.ecoretools-49607d4ddeb4dc37edc589e7276410928b65639b.tar.xz
org.eclipse.ecoretools-49607d4ddeb4dc37edc589e7276410928b65639b.zip
extend the Ecore perspective with the contextual explorer
-rw-r--r--org.eclipse.emf.ecoretools.explorer.contextual/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.emf.ecoretools.explorer.contextual/plugin.xml b/org.eclipse.emf.ecoretools.explorer.contextual/plugin.xml
index a896643..76a2a73 100644
--- a/org.eclipse.emf.ecoretools.explorer.contextual/plugin.xml
+++ b/org.eclipse.emf.ecoretools.explorer.contextual/plugin.xml
@@ -131,4 +131,16 @@
class="org.eclipse.emf.ecoretools.explorer.contextual.focus.FocusInEcoreEditor"></focusManager>
</extension>
+ <!-- Extensions for the "Sirius" and "Modeling" perspectives -->
+ <extension point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension targetID="org.eclipse.emf.ecoretools.perspective">
+ <view
+ id="org.eclipse.amalgam.explorer.contextual.ui.view.ExplorerContextualID"
+ minimized="false"
+ relationship="right"
+ relative="org.eclipse.ui.views.PropertySheet">
+ </view>
+ </perspectiveExtension>
+ </extension>
+
</plugin>

Back to the top