From 15d80ed8b080493055f796991510f8ace49750cc Mon Sep 17 00:00:00 2001 From: spingel Date: Wed, 7 Apr 2010 20:54:55 +0000 Subject: NEW - bug 308028: please change required bundle o.a.commons.logging to package-import https://bugs.eclipse.org/bugs/show_bug.cgi?id=308028 --- org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org.eclipse.mylyn.tasks.search') diff --git a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF index 7ac2e9889..fc8d4c5b3 100644 --- a/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.search/META-INF/MANIFEST.MF @@ -24,12 +24,12 @@ Require-Bundle: org.eclipse.ui, org.eclipse.mylyn.tasks.ui;bundle-version="[3.0.0,4.0.0)", org.eclipse.mylyn.commons.net;bundle-version="[3.0.0,4.0.0)", org.eclipse.mylyn.commons.ui;bundle-version="[3.0.0,4.0.0)", - org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)", - org.apache.commons.logging;bundle-version="1.0.4" + org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)" Bundle-Vendor: %Bundle-Vendor Export-Package: org.eclipse.mylyn.internal.tasks.ui, org.eclipse.mylyn.internal.tasks.ui.actions, org.eclipse.mylyn.internal.tasks.ui.search;x-internal:=true Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Localization: plugin -Import-Package: com.ibm.icu.text +Import-Package: com.ibm.icu.text, + org.apache.commons.logging;version="[1.0.4,2.0.0)" -- cgit v1.2.3