Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2018-04-20 21:14:56 +0000
committerChristian W. Damus2018-04-25 13:51:29 +0000
commit8e55acdb1ce621632d451001c9099a4784deba89 (patch)
tree2532c34255a1a3abce53f4563d46f620e993a689 /tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
parentfa3a1409f7f679d42834a4e89e1d22dd9c115ebe (diff)
downloadorg.eclipse.papyrus-8e55acdb1ce621632d451001c9099a4784deba89.tar.gz
org.eclipse.papyrus-8e55acdb1ce621632d451001c9099a4784deba89.tar.xz
org.eclipse.papyrus-8e55acdb1ce621632d451001c9099a4784deba89.zip
Bug 533682: [Sequence Diagram] Deletion of the InteractionOperand should not delete underlying elements
When deleting an interaction operand, instead of deleting contained elements, promote them to the operand or interaction containing the combined fragment. Change-Id: I677807d79ed08c6fac61069aefd37b8c4068238e Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
Diffstat (limited to 'tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
index 6bb423c4a3e..8e8bb8475b4 100644
--- a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
@@ -18,5 +18,5 @@ Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.service.types.tests;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.collect;version="21.0.0"

Back to the top