Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-11-24 18:45:12 +0000
committerChristian W. Damus2015-11-24 20:35:38 +0000
commit6e99ae12c6453caeebf232da1c6a9f7dadab08e3 (patch)
treeada3c534c81141f466f95918f48ce41035cd139e /tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF
parent35196434a6c6f8a52e17a03b224d46004525e8a1 (diff)
downloadorg.eclipse.papyrus-6e99ae12c6453caeebf232da1c6a9f7dadab08e3.tar.gz
org.eclipse.papyrus-6e99ae12c6453caeebf232da1c6a9f7dadab08e3.tar.xz
org.eclipse.papyrus-6e99ae12c6453caeebf232da1c6a9f7dadab08e3.zip
Bug 482949: Problems with ResourceAdapter.Transactional
https://bugs.eclipse.org/bugs/show_bug.cgi?id=482949 Fix ResourceAdapter.Transactional adding itself to the editing domain instead of removing itself on uninstall. Ensure JUnit coverage on par with the non-transactional variant.
Diffstat (limited to 'tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF
index e992d2a3992..b525a277913 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.infra.core.tests/META-INF/MANIFEST.MF
@@ -13,4 +13,4 @@ Bundle-Name: %pluginName
Bundle-Localization: fragment
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.core.tests;singleton:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top