Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-03-06 12:51:02 +0000
committerAlexander Kurtakov2014-03-06 12:52:27 +0000
commit828919cdd90264f97ca2b4b8ccfa56b8e1e2a1b4 (patch)
treea67e6cf926d6b73d8b49e261c2caea39e02b848c
parenta6676b8dddc8e8ed940a907e66063e0366c1ca69 (diff)
downloadorg.eclipse.linuxtools.eclipse-build-828919cdd90264f97ca2b4b8ccfa56b8e1e2a1b4.tar.gz
org.eclipse.linuxtools.eclipse-build-828919cdd90264f97ca2b4b8ccfa56b8e1e2a1b4.tar.xz
org.eclipse.linuxtools.eclipse-build-828919cdd90264f97ca2b4b8ccfa56b8e1e2a1b4.zip
Adapt to new lucene analysers path.
Change-Id: I06deec08f909664aebf732ff8e8d64df107d9f67 Reviewed-on: https://git.eclipse.org/r/22977 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com>
-rwxr-xr-xdependencies/replace_platform_plugins_with_symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/replace_platform_plugins_with_symlinks.sh b/dependencies/replace_platform_plugins_with_symlinks.sh
index 2aa0b46..75324d6 100755
--- a/dependencies/replace_platform_plugins_with_symlinks.sh
+++ b/dependencies/replace_platform_plugins_with_symlinks.sh
@@ -44,7 +44,7 @@ pushd $1
_symlink org.apache.felix.gogo.shell_ felix/org.apache.felix.gogo.shell.jar
_symlink org.apache.geronimo.specs.geronimo-annotation_1.1_spec_ geronimo-annotation.jar
_symlink org.apache.lucene.core_ lucene.jar
- _symlink org.apache.lucene.analysis_ lucene-contrib/lucene-analyzers.jar
+ _symlink org.apache.lucene.analysis_ lucene/analyzers-common.jar
_symlink org.eclipse.ecf_ ecf/eclipse/plugins/org.eclipse.ecf.jar
_symlink org.eclipse.ecf.identity_ ecf/eclipse/plugins/org.eclipse.ecf.identity.jar
_symlink org.eclipse.ecf.filetransfer_ ecf/eclipse/plugins/org.eclipse.ecf.filetransfer.jar

Back to the top