Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-08-01 11:33:16 +0000
committerCamille Letavernier2013-08-01 11:33:16 +0000
commit777e248da5a412e807be3c9ca04470d9ad345da6 (patch)
tree021bb10d8f19c55525097ca2da25b35c105db52c /plugins
parent3cc162683178bf83ab9bc5e73475ab3415eb09e5 (diff)
downloadorg.eclipse.papyrus-777e248da5a412e807be3c9ca04470d9ad345da6.tar.gz
org.eclipse.papyrus-777e248da5a412e807be3c9ca04470d9ad345da6.tar.xz
org.eclipse.papyrus-777e248da5a412e807be3c9ca04470d9ad345da6.zip
408491: Papyrus shall enable to easily switch between local and
registered profiles. https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491 Remove the "Edit model dependencies" menu, as it is only a proof-of-concept
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
index 5019b33da02..9e1d49f2c3b 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
@@ -41,37 +41,6 @@
</with>
</visibleWhen>
</command>
- <command
- commandId="org.eclipse.papyrus.uml.modelrepair.editlinks"
- style="push">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="selection">
- <iterate
- ifEmpty="false"
- operator="and">
- <adapt
- type="org.eclipse.core.resources.IFile">
- <or>
- <test
- property="org.eclipse.core.resources.extension"
- value="di">
- </test>
- <test
- property="org.eclipse.core.resources.extension"
- value="uml">
- </test>
- <test
- property="org.eclipse.core.resources.extension"
- value="notation">
- </test>
- </or>
- </adapt>
- </iterate>
- </with>
- </visibleWhen>
- </command>
</menu>
</menuContribution>
</extension>

Back to the top