Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-01-28 23:28:27 +0000
committerChristian W. Damus2015-01-29 20:54:17 +0000
commit0e184d2e01f20e7e38518978e3861b6ac80e8f69 (patch)
treed322c5b1227f6b86990b1b4c9db89f7d3ae1a595 /tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF
parentae909d159bc6d4db71583fd91664cc23b2b9300d (diff)
downloadorg.eclipse.papyrus-0e184d2e01f20e7e38518978e3861b6ac80e8f69.tar.gz
org.eclipse.papyrus-0e184d2e01f20e7e38518978e3861b6ac80e8f69.tar.xz
org.eclipse.papyrus-0e184d2e01f20e7e38518978e3861b6ac80e8f69.zip
458197: [Profile Applications] Customized DSML palettes not enabled in UI when loading Profile Applications
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458197 Implement a new Profile Application Listener exactly analogous to the StereotypeElementListener (and, in fact, installed by the same service) that notifies interested parties when profiles are applied to and unapplied from packages in the UML model. As for stereotype applications in which there is no real feature on which to make the notifications, the custom notifications injected by the ProfileApplicationListener are dispatched via the affected Package and reference an applied or unapplied Profile. Includes a new test suite for the ProfileApplicationListener (same test scenarios as the previous patch) in the existing test plug-in for oep.uml.tools, alongside the StereotypeElementListener tests. Change-Id: I1ac73c7fc4aa8b5cec6c0c6abe4be243ba06e9f3
Diffstat (limited to 'tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF')
-rw-r--r--tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF/MANIFEST.MF
index 8bc104a61bb..ba099ea54eb 100644
--- a/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.1.0",
org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.1.0",
org.eclipse.papyrus.junit.utils;bundle-version="1.1.0",
- org.eclipse.papyrus.sysml;bundle-version="1.1.0"
+ org.eclipse.papyrus.sysml;bundle-version="1.1.0",
+ com.google.guava;bundle-version="11.0.0"
Export-Package: org.eclipse.papyrus.uml.tools.tests,
org.eclipse.papyrus.uml.tools.tests.tests
Bundle-Vendor: Eclipse Modeling Project
@@ -25,6 +26,6 @@ Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.tools.tests.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.tools.tests;singleton:=tr
ue
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top