Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2018-10-08 14:21:25 +0000
committervincent lorenzo2018-11-29 12:49:43 +0000
commit87b76bb26c9389fc79c6971cbcf92fb1109840f2 (patch)
tree2b21b333f836444198ab4609dad345da7cec0698 /tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF
parent5bf47e1b9c6d58b68dbed5407cf12669cceee874 (diff)
downloadorg.eclipse.papyrus-87b76bb26c9389fc79c6971cbcf92fb1109840f2.tar.gz
org.eclipse.papyrus-87b76bb26c9389fc79c6971cbcf92fb1109840f2.tar.xz
org.eclipse.papyrus-87b76bb26c9389fc79c6971cbcf92fb1109840f2.zip
Bug 539926: [CDO] Papyrus standart version must execute its tests with the CDO'ified version of metamodel too
Change-Id: I6e9c894ceb2b5e17600db2b42bd59fe123ec91a7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF')
-rwxr-xr-xtests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF b/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF
new file mode 100755
index 00000000000..be8d2c57b53
--- /dev/null
+++ b/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.papyrus.compatibility.cdo.tests
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
+Automatic-Module-Name: org.eclipse.papyrus.compatibility.cdo.tests
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)",
+ org.eclipse.gmf.runtime.notation;bundle-version="[1.9.0,2.0.0)",
+ org.eclipse.uml2.uml;bundle-version="[5.4.0,6.0.0)",
+ org.eclipse.papyrus.infra.gmfdiag.style;bundle-version="[2.0.0,3.0.0)"

Back to the top