Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2012-10-05 15:31:51 +0000
committerptessier2012-10-05 15:31:51 +0000
commit4efa0b77d8323955dba109a202878ac286de1c50 (patch)
tree701e301d6d7c63a442ff5f7af9405a83e9b03ad2 /tests/junit/plugins/uml/diagram
parent618db69e65cc1bb221caeb2484547e64b1d1d80f (diff)
downloadorg.eclipse.papyrus-4efa0b77d8323955dba109a202878ac286de1c50.tar.gz
org.eclipse.papyrus-4efa0b77d8323955dba109a202878ac286de1c50.tar.xz
org.eclipse.papyrus-4efa0b77d8323955dba109a202878ac286de1c50.zip
390996: [Activity Diagram] undo redo of nodes does not run
https://bugs.eclipse.org/bugs/show_bug.cgi?id=390996
Diffstat (limited to 'tests/junit/plugins/uml/diagram')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/META-INF/MANIFEST.MF
index 7ff835c76a2..fd364c74e3e 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0",
org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="0.9.1",
org.eclipse.papyrus.diagram.tests;bundle-version="0.9.1",
- org.eclipse.papyrus.uml.diagram.activity;bundle-version="0.9.1"
+ org.eclipse.papyrus.uml.diagram.activity;bundle-version="0.9.1",
+ org.eclipse.uml2.uml;bundle-version="4.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top