From ee7471b78ae63be0ef5143fd59737fb54510961d Mon Sep 17 00:00:00 2001 From: Vincent Lorenzo Date: Mon, 21 Jul 2014 15:13:52 +0200 Subject: Fix build problems due to new tests plugins --- .../META-INF/MANIFEST.MF | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF index ee0ef0f3536..0117abb1c2c 100644 --- a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF +++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF @@ -19,7 +19,8 @@ Require-Bundle: org.eclipse.ui, org.eclipse.papyrus.junit.utils;bundle-version="0.10.2", org.eclipse.papyrus.views.modelexplorer;bundle-version="0.10.2", org.eclipse.uml2.uml;bundle-version="4.1.0", - org.eclipse.gmf.runtime.notation.edit + org.eclipse.gmf.runtime.notation.edit, + org.eclipse.papyrus.infra.widgets;bundle-version="0.10.2" Export-Package: org.eclipse.papyrus.infra.nattable.views.tests, org.eclipse.papyrus.infra.nattable.views.tests.tests Bundle-Vendor: %Bundle-Vendor @@ -31,5 +32,5 @@ Bundle-Activator: org.eclipse.papyrus.infra.nattable.views.tests.Activ ator Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable.views.editor.t ests -Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -- cgit v1.2.3