Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-06-03 21:03:35 +0000
committerSteffen Pingel2012-06-03 21:03:35 +0000
commitf4ba03495857e68799752b6c44372cdd2fa2ad51 (patch)
tree2548eb73014afc7ac13d113ea2ac39abe5f41d3b /org.eclipse.mylyn.tasks.index.core/META-INF
parentba998485fdb6e76b3983890e0fa17538aa36728d (diff)
downloadorg.eclipse.mylyn.tasks-f4ba03495857e68799752b6c44372cdd2fa2ad51.tar.gz
org.eclipse.mylyn.tasks-f4ba03495857e68799752b6c44372cdd2fa2ad51.tar.xz
org.eclipse.mylyn.tasks-f4ba03495857e68799752b6c44372cdd2fa2ad51.zip
RESOLVED - bug 381359: Unable to create class 'CompatibilityView' -
Mylyn TaskListView https://bugs.eclipse.org/bugs/show_bug.cgi?id=381359
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.core/META-INF')
-rw-r--r--org.eclipse.mylyn.tasks.index.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
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 a1987c324..5ec134d89 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.7.0",
org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
- org.apache.lucene.core;bundle-version="2.9.1"
+ org.apache.lucene.core;bundle-version="[2.9.1,3.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.internal.tasks.index.core;x-internal:=true

Back to the top