Author: rharo
Date: Fri Mar 20 10:57:01 2015
New Revision: 1667983
URL: http://svn.apache.org/r1667983
Log:
CONNECTORS-1168 Updating Solr plugins at build.xml
Modified:
manifoldcf/branches/CONNECTORS-1168/build.xml
Modified: manifoldcf/branches/CONNECTORS-1168/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1168/build.xml?rev=1667983&r1=1667982&r2=1667983&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1168/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1168/build.xml Fri Mar 20 10:57:01 2015
@@ -1584,22 +1584,28 @@ Use Apache Forrest version forrest-0.9-d
</copy>
</target>
- <target name="download-solr-plugins">
+ <target name="download-solr-plugins">
<mkdir dir="lib/solr-3.x"/>
<mkdir dir="build/download"/>
- <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-3.x-plugin-2.0/apache-manifoldcf-solr-3.x-plugin-2.0-bin.zip"
dest="build/download/apache-manifoldcf-solr-3.x-plugin-bin.zip"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-3.x-plugin-2.1/apache-manifoldcf-solr-3.x-plugin-2.1-bin.zip"
dest="build/download/apache-manifoldcf-solr-3.x-plugin-bin.zip"/>
<unzip src="build/download/apache-manifoldcf-solr-3.x-plugin-bin.zip"
dest="build/download/apache-manifoldcf-solr-3.x-plugin-bin"/>
<copy todir="lib/solr-3.x">
- <fileset
dir="build/download/apache-manifoldcf-solr-3.x-plugin-bin/apache-manifoldcf-solr-3.x-plugin-2.0"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-3.x-plugin-bin/apache-manifoldcf-solr-3.x-plugin-2.1"/>
</copy>
<mkdir dir="lib/solr-4.x"/>
- <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-4.x-plugin-2.0/apache-manifoldcf-solr-4.x-plugin-2.0-bin.zip"
dest="build/download/apache-manifoldcf-solr-4.x-plugin-bin.zip"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-4.x-plugin-2.1/apache-manifoldcf-solr-4.x-plugin-2.1-bin.zip"
dest="build/download/apache-manifoldcf-solr-4.x-plugin-bin.zip"/>
<unzip src="build/download/apache-manifoldcf-solr-4.x-plugin-bin.zip"
dest="build/download/apache-manifoldcf-solr-4.x-plugin-bin"/>
<copy todir="lib/solr-4.x">
- <fileset
dir="build/download/apache-manifoldcf-solr-4.x-plugin-bin/apache-manifoldcf-solr-4.x-plugin-2.0"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-4.x-plugin-bin/apache-manifoldcf-solr-4.x-plugin-2.1"/>
+ </copy>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-5.x-plugin-2.1/apache-manifoldcf-solr-5.x-plugin-2.1-bin.zip"
dest="build/download/apache-manifoldcf-solr-5.x-plugin-bin.zip"/>
+ <unzip src="build/download/apache-manifoldcf-solr-5.x-plugin-bin.zip"
dest="build/download/apache-manifoldcf-solr-5.x-plugin-bin"/>
+ <copy todir="lib/solr-5.x">
+ <fileset
dir="build/download/apache-manifoldcf-solr-5.x-plugin-bin/apache-manifoldcf-solr-5.x-plugin-2.1"/>
</copy>
</target>
+
<target name="download-hadoop" depends="download-guava">
<mkdir dir="lib"/>
<antcall target="download-via-maven">