From 6d631ea6d2eecfc33500505b693a796a70bc0d72 Mon Sep 17 00:00:00 2001 From: Alvaro Fides <alfiva@itaca.upv.es> Date: Fri, 11 May 2012 11:24:13 +0000 Subject: [PATCH] Removed Maven plugin version requirement --- .../META-INF/MANIFEST.MF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conformance/org.universaal.tools.conformance.verify.plugin/META-INF/MANIFEST.MF b/conformance/org.universaal.tools.conformance.verify.plugin/META-INF/MANIFEST.MF index b1fa9258a..ab0a15130 100644 --- a/conformance/org.universaal.tools.conformance.verify.plugin/META-INF/MANIFEST.MF +++ b/conformance/org.universaal.tools.conformance.verify.plugin/META-INF/MANIFEST.MF @@ -7,8 +7,8 @@ Bundle-Activator: org.universaal.tools.conformance.verify.plugin.Activator Bundle-Vendor: universAAL Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, - org.eclipse.m2e.core;bundle-version="1.0.200", - org.eclipse.m2e.core.ui + org.eclipse.m2e.core.ui, + org.eclipse.m2e.core Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Import-Package: org.apache.maven.execution, -- GitLab