Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-11-15 05:18:35 +0000
committerAlexander Kurtakov2017-11-15 05:19:27 +0000
commit5c9481d09c8e8da49268856bab2e05617bd31d92 (patch)
treee9c2476a317d19a923b4147389d40bc86182883b
parentb32831e0a7b817c8b7fb43f6b4fb2d49122d8e81 (diff)
downloadeclipse.platform.ua-5c9481d09c8e8da49268856bab2e05617bd31d92.tar.gz
eclipse.platform.ua-5c9481d09c8e8da49268856bab2e05617bd31d92.tar.xz
eclipse.platform.ua-5c9481d09c8e8da49268856bab2e05617bd31d92.zip
Bug 525267 - Update platform.ua to Lucene 7I20171115-0025
Update ua.tests deps to Lucene 7 Change-Id: Ic010a1ed22b39ba81255bc08f4911f8592619c33 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ua.tests/META-INF/MANIFEST.MF7
1 files changed, 3 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 1a72a4476..4a6d14505 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -20,10 +20,9 @@ Require-Bundle: org.junit,
org.eclipse.ui.browser;bundle-version="3.2.300",
org.eclipse.equinox.jsp.jasper;bundle-version="1.0.200",
org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.100",
- org.apache.lucene.analyzers-common;bundle-version="6.1.0",
- org.apache.lucene.analyzers-smartcn;bundle-version="6.1.0",
- org.apache.lucene.core;bundle-version="6.1.0",
- org.apache.lucene.misc;bundle-version="6.1.0"
+ org.apache.lucene.analyzers-common;bundle-version="7.0.0",
+ org.apache.lucene.analyzers-smartcn;bundle-version="7.0.0",
+ org.apache.lucene.core;bundle-version="7.0.0",
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org
Import-Package: javax.servlet;version="3.1.0",

Back to the top