From afcd476961ed96d11a125d7bc9f57d13df9db166 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Fri, 5 Apr 2013 23:16:48 +0200 Subject: 402882: Relax requirement on lucene This commit expands the requirement range from ..., 3.6.0) to ...,3.7.0) to make Mylyn work with lucene versions 3.6.1 & 3.6.2. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=402882 Change-Id: I17035eb9bad658683ae8e1d224693c9b1888a36e --- org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF index 4ba9b5016..a5cd87bb1 100644 --- a/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, org.eclipse.mylyn.tasks.core;bundle-version="3.8.0", org.eclipse.mylyn.commons.core;bundle-version="3.8.0", - org.apache.lucene.core;bundle-version="[2.9.1,3.6.0)" + org.apache.lucene.core;bundle-version="[2.9.1,3.7.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.mylyn.internal.tasks.index.core;x-internal:=true -- cgit v1.2.3