Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-04-07 16:42:14 +0000
committerChristian W. Damus2014-04-07 20:20:36 +0000
commit4d809b50abd5e485f238fccea008c0c317a9c370 (patch)
tree31fb86287f724f3bdef3bbfde7b912c07f6c1c15 /plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF
parent9f64bea6e8b424d6c018d0477e16836c00c69b27 (diff)
downloadorg.eclipse.papyrus-4d809b50abd5e485f238fccea008c0c317a9c370.tar.gz
org.eclipse.papyrus-4d809b50abd5e485f238fccea008c0c317a9c370.tar.xz
org.eclipse.papyrus-4d809b50abd5e485f238fccea008c0c317a9c370.zip
408491: [Profile] Papyrus shall enable to easily switch between local and registered profiles.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408491 Improvements to the Switch Profiles UI: - Add option to create problem markers - Move the action into the Model Explorer - Stream-line the dialog for usability
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF/MANIFEST.MF
index 7c98ae0b9aa..1c597de351a 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF/MANIFEST.MF
@@ -21,7 +21,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0",
org.eclipse.core.databinding;bundle-version="1.4.1",
- org.eclipse.papyrus.uml.profile;bundle-version="1.0.0"
+ org.eclipse.papyrus.uml.profile;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier

Back to the top