Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-05-08 02:07:11 +0000
committerChristian W. Damus2014-05-09 21:54:25 +0000
commit28a1d6e26e13a26bf7a68bb2c86f889a58c6217f (patch)
tree2a09dd5fff372404f17a0ac213300c17fe3b1be0 /plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF
parent756210a17807a0cc31c798f4f650d71ebac766de (diff)
downloadorg.eclipse.papyrus-28a1d6e26e13a26bf7a68bb2c86f889a58c6217f.tar.gz
org.eclipse.papyrus-28a1d6e26e13a26bf7a68bb2c86f889a58c6217f.tar.xz
org.eclipse.papyrus-28a1d6e26e13a26bf7a68bb2c86f889a58c6217f.zip
434302: Stereotype repair problems with nested profiles and non-root applications
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434302 Support for repairing stereotypes from profile applications on nested packages (tracking stereotypes on a per-schema and per-package basis) and for repairing stereotypes from profiles nested within other profiles (asking the user to pick a nested profile when the selected profile resource has nesting). Includes new JUnit tests to verify that repairing by applying profiles applies them on the appropriate nested packages, where possible, instead of the root package.
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.MF4
1 files changed, 3 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 984a4bcc67b..fc60c4f3bd1 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
@@ -26,7 +26,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.databinding;bundle-version="1.4.1",
org.eclipse.papyrus.uml.profile;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.markerlistener;bundle-version="1.0.0",
- org.eclipse.papyrus.infra.tools;bundle-version="1.0.0"
+ org.eclipse.papyrus.infra.tools;bundle-version="1.0.0",
+ org.eclipse.emf.edit.ui;bundle-version="2.10.0",
+ org.eclipse.uml2.uml.edit;bundle-version="5.0.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier

Back to the top