Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2014-08-18 12:07:30 +0000
committerCamille Letavernier2014-08-18 12:07:30 +0000
commitd72ac8780319ed19d112275f87930eb9051ebe42 (patch)
treea00bda9d25871862f0d0ef6e6243836229e9713f /tests
parent2caf56ffcda55bacc80f3765a974819ed83f713e (diff)
downloadorg.eclipse.papyrus-d72ac8780319ed19d112275f87930eb9051ebe42.tar.gz
org.eclipse.papyrus-d72ac8780319ed19d112275f87930eb9051ebe42.tar.xz
org.eclipse.papyrus-d72ac8780319ed19d112275f87930eb9051ebe42.zip
[Releng] Fix Bundle metadata
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/META-INF/MANIFEST.MF6
-rw-r--r--tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/build.properties1
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/META-INF/MANIFEST.MF
index c26c0bb1c2a..ab4d5c15110 100644
--- a/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/META-INF/MANIFEST.MF
@@ -9,9 +9,9 @@ Require-Bundle: org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
org.eclipse.ui.views.properties.tabbed;bundle-version="3.6.0",
org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
org.eclipse.papyrus.infra.services.validation;bundle-version="1.0.0",
- org.eclipse.papyrus.uml.service.validation,
+ org.eclipse.papyrus.uml.service.validation;bundle-version="1.0.0",
org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.7.0",
- org.eclipse.papyrus.infra.gmfdiag.commands,
+ org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0",
org.eclipse.uml2.uml;bundle-version="5.0.0",
org.eclipse.ui.navigator;bundle-version="3.5.400",
org.eclipse.ui.ide;bundle-version="3.10.0",
@@ -30,6 +30,6 @@ Require-Bundle: org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
org.eclipse.emf;bundle-version="2.6.0",
org.eclipse.core.runtime,
org.eclipse.core.resources;bundle-version="3.9.0"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Description: Tests for validation rules of the UmlRT profile
diff --git a/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/build.properties b/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/build.properties
index 09c1a3ecc83..130df98d220 100644
--- a/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/build.properties
+++ b/tests/junit/extraplugins/umlrt/org.eclipse.papyrus.umlrt.validation.tests/build.properties
@@ -3,6 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
resources/,\
- build.properties,\
about.html
src.includes = about.html

Back to the top