Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-11-15 06:12:10 +0000
committerAlexander Kurtakov2017-11-15 06:12:10 +0000
commit49178f126919c33eef7515f330f5895269e95583 (patch)
treeed29be734793ef62b7f89d2ff8d350878f872da7
parent5c9481d09c8e8da49268856bab2e05617bd31d92 (diff)
downloadeclipse.platform.ua-49178f126919c33eef7515f330f5895269e95583.tar.gz
eclipse.platform.ua-49178f126919c33eef7515f330f5895269e95583.tar.xz
eclipse.platform.ua-49178f126919c33eef7515f330f5895269e95583.zip
Bug 525267 - Update platform.ua to Lucene 7I20171115-0115
Fix typo in ua.tests manifest. Change-Id: Ie8937c25c9a347e1f04ce990c223793a88d5d496 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ua.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 4a6d14505..484b495c6 100644
--- a/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -22,7 +22,7 @@ Require-Bundle: org.junit,
org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.100",
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",
+ 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