Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-04-25 13:28:56 +0000
committerChristian W. Damus2014-04-25 18:01:48 +0000
commit87baaaa8c423a5f7b405e8aecb3e074918fcc03b (patch)
treea56058260e014587d9a970a81730bf0f55f0efea /plugins/uml/org.eclipse.papyrus.uml.modelrepair/META-INF
parent0a14a5ec711d2295378d6cd95e18112d80f05599 (diff)
downloadorg.eclipse.papyrus-87baaaa8c423a5f7b405e8aecb3e074918fcc03b.tar.gz
org.eclipse.papyrus-87baaaa8c423a5f7b405e8aecb3e074918fcc03b.tar.xz
org.eclipse.papyrus-87baaaa8c423a5f7b405e8aecb3e074918fcc03b.zip
433310: The Repair Stereotypes functionality should improve the 'Apply Profile' dialog
https://bugs.eclipse.org/bugs/show_bug.cgi?id=433310 Improve resolution and presentation of progress metering in the repair actions and present a progress-monitor appears in the dialog (the busyCursorWhile API doesn't show one because the Stereotype Repair dialog is modal). Includes a new test plug-in for the oep.infra.tools plug-in, which has a new UIUtil class that is JUnit-tested.
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 d91d071bbc6..984a4bcc67b 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
@@ -25,7 +25,8 @@ Require-Bundle: org.eclipse.ui,
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.infra.services.markerlistener;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"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier

Back to the top