Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2014-03-19 12:12:42 +0000
committerAlexander Kurtakov2014-03-19 12:16:38 +0000
commita9e58a88bc034454d79e896530be9b5b98f06dbe (patch)
tree13fd92045a7d42951adde987fc07faa67014e58f
parent8f897037a92b63ce093c5faf9dabd3813db62e19 (diff)
downloadorg.eclipse.linuxtools.eclipse-build-a9e58a88bc034454d79e896530be9b5b98f06dbe.tar.gz
org.eclipse.linuxtools.eclipse-build-a9e58a88bc034454d79e896530be9b5b98f06dbe.tar.xz
org.eclipse.linuxtools.eclipse-build-a9e58a88bc034454d79e896530be9b5b98f06dbe.zip
[430678] Accomodate recent lucene changes in Fedora Rawhide
Change-Id: I1c340d79ed7e909acee61cb04f46e68f1b2a93ae Signed-off-by: Mat Booth <eclipse@matbooth.co.uk> Reviewed-on: https://git.eclipse.org/r/23603 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
-rwxr-xr-xdependencies/replace_platform_plugins_with_symlinks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies/replace_platform_plugins_with_symlinks.sh b/dependencies/replace_platform_plugins_with_symlinks.sh
index 54de602..e63726f 100755
--- a/dependencies/replace_platform_plugins_with_symlinks.sh
+++ b/dependencies/replace_platform_plugins_with_symlinks.sh
@@ -42,8 +42,8 @@ pushd $1
_symlink org.apache.felix.gogo.runtime_ felix/felix-gogo-runtime.jar
_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/analyzers-common.jar
+ _symlink org.apache.lucene.core_ lucene/lucene-core.jar
+ _symlink org.apache.lucene.analysis_ lucene/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