Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-09-25 07:53:08 +0000
committerDavid Green2012-10-16 01:50:05 +0000
commitbeb5e01954221eecac16b362d9689c6031080c9a (patch)
tree3eb28771d8299c3ff58b7b99972c0d1cd607eb4f /org.eclipse.mylyn-feature/feature.xml
parentb9bbfbd372f3e5084c8fc10357c173a4a01f5dfa (diff)
downloadorg.eclipse.mylyn.tasks-beb5e01954221eecac16b362d9689c6031080c9a.tar.gz
org.eclipse.mylyn.tasks-beb5e01954221eecac16b362d9689c6031080c9a.tar.xz
org.eclipse.mylyn.tasks-beb5e01954221eecac16b362d9689c6031080c9a.zip
384685: consume Apache Lucene 3.x
Change-Id: Ica5ca84f94bcbcecc9d3cf17abadd6793393cf7d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=384685
Diffstat (limited to 'org.eclipse.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 51df9f5e1..965aef450 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -38,8 +38,7 @@
<import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/>
<import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/>
<import plugin="org.apache.commons.httpclient" version="3.1.0" match="compatible"/>
- <import plugin="org.apache.lucene.core" version="2.9.1" match="compatible"/>
-
+ <import plugin="org.apache.lucene.core" version="2.9.1" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.discovery" version="3.8.0" match="compatible"/>
<import feature="org.eclipse.mylyn.monitor" version="3.8.0" match="compatible"/>
<import feature="org.eclipse.mylyn.commons" version="3.8.0" match="compatible"/>

Back to the top