Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2011-09-22 10:07:33 +0000
committervlorenzo2011-09-22 10:07:33 +0000
commit01759bf59c3bd39292d07df9fd2504d14c330931 (patch)
tree4b9abcf326b46e5b2c35516b3e3dce06190fc66b /plugins/others
parent1a0d178ed6b52073d5fc3d71239b693cb8783ef1 (diff)
downloadorg.eclipse.papyrus-01759bf59c3bd39292d07df9fd2504d14c330931.tar.gz
org.eclipse.papyrus-01759bf59c3bd39292d07df9fd2504d14c330931.tar.xz
org.eclipse.papyrus-01759bf59c3bd39292d07df9fd2504d14c330931.zip
Merged Branch 0.8.X changes 5415::5544 for oep.profile
NEW - bug 358538: [Model Explorer] [Import] the Import actions in the Model Explorer should be regrouped in the same sub-menu https://bugs.eclipse.org/bugs/show_bug.cgi?id=358538 Remove the import action in the plugin.xml
Diffstat (limited to 'plugins/others')
-rw-r--r--plugins/others/org.eclipse.papyrus.profile/plugin.properties2
-rw-r--r--plugins/others/org.eclipse.papyrus.profile/plugin.xml34
2 files changed, 1 insertions, 35 deletions
diff --git a/plugins/others/org.eclipse.papyrus.profile/plugin.properties b/plugins/others/org.eclipse.papyrus.profile/plugin.properties
index 0e625bab476..85005b30013 100644
--- a/plugins/others/org.eclipse.papyrus.profile/plugin.properties
+++ b/plugins/others/org.eclipse.papyrus.profile/plugin.properties
@@ -1,4 +1,4 @@
-pluginName=Papyrus Profile Diagram (Incubation)
+pluginName=Papyrus Profile (Incubation)
providerName=Eclipse Modeling Project
property_has_type.name = Stereotype property has type (Batch Mode)
diff --git a/plugins/others/org.eclipse.papyrus.profile/plugin.xml b/plugins/others/org.eclipse.papyrus.profile/plugin.xml
index 009e5337c2f..f96ba629bfe 100644
--- a/plugins/others/org.eclipse.papyrus.profile/plugin.xml
+++ b/plugins/others/org.eclipse.papyrus.profile/plugin.xml
@@ -103,39 +103,5 @@
</constraints>
</constraintProvider>
</extension>
- <extension
- point="org.eclipse.ui.popupMenus">
- <objectContribution
- adaptable="false"
- id="org.eclipse.gmt.modisco.infra.importPackage"
- objectClass="org.eclipse.emf.facet.infra.browser.uicore.internal.model.ModelElementItem">
- <action
- class="org.eclipse.papyrus.profile.ui.actions.ImportLibrariesFromRepositoryAction"
- id="org.eclipse.papyrus.profile.importPackage"
- label="Import package from registered library">
- </action>
- </objectContribution>
- <objectContribution
- adaptable="false"
- id="org.eclipse.gmt.modisco.infra.importPackageFile"
- objectClass="org.eclipse.emf.facet.infra.browser.uicore.internal.model.ModelElementItem">
- <action
- class="org.eclipse.papyrus.profile.ui.actions.ImportFromFile"
- id="org.eclipse.papyrus.profile.importFile"
- label="Import package from file">
- </action>
- </objectContribution>
- <objectContribution
- adaptable="false"
- id="org.eclipse.gmt.modisco.infra.importProfile"
- objectClass="org.eclipse.emf.facet.infra.browser.uicore.internal.model.ModelElementItem">
- <action
- class="org.eclipse.papyrus.profile.ui.actions.ImportProfileAction"
- icon="resources/icons/Profile.gif"
- id="org.eclipse.papyrus.profile.importProfile"
- label="Import profile from registered profile">
- </action>
- </objectContribution>
- </extension>
</plugin>

Back to the top