Author: kwright
Date: Sun Jul 26 01:37:11 2015
New Revision: 1692679
URL: http://svn.apache.org/r1692679
Log:
Latest versions of solr and elasticsearch plugins
Modified:
manifoldcf/trunk/build.xml
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1692679&r1=1692678&r2=1692679&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Jul 26 01:37:11 2015
@@ -1482,10 +1482,10 @@ Use Apache Forrest version forrest-0.9-d
<!-- Download and unpack binary artifact -->
<mkdir dir="build/download"/>
<mkdir dir="lib/elasticsearch"/>
- <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-elasticsearch-plugin-2.0/apache-manifoldcf-elasticsearch-plugin-2.0-bin.zip"
dest="build/download/apache-manifoldcf-elasticsearch-plugin-bin.zip"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-elasticsearch-plugin-2.1/apache-manifoldcf-elasticsearch-plugin-2.1-bin.zip"
dest="build/download/apache-manifoldcf-elasticsearch-plugin-bin.zip"/>
<unzip
src="build/download/apache-manifoldcf-elasticsearch-plugin-bin.zip"
dest="build/download/apache-manifoldcf-elasticsearch-plugin-bin"/>
<copy todir="lib/elasticsearch">
- <fileset
dir="build/download/apache-manifoldcf-elasticsearch-plugin-bin/elasticsearch-plugin-mcf-2.0"/>
+ <fileset
dir="build/download/apache-manifoldcf-elasticsearch-plugin-bin/elasticsearch-plugin-mcf-2.1"/>
</copy>
<mkdir dir="lib/elasticsearch-1.5"/>
<get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-elasticsearch-1.5-plugin-2.0/apache-manifoldcf-elasticsearch-1.5-plugin-2.0-bin.zip"
dest="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin.zip"/>
@@ -1601,21 +1601,21 @@ Use Apache Forrest version forrest-0.9-d
<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.1/apache-manifoldcf-solr-3.x-plugin-2.1-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.2/apache-manifoldcf-solr-3.x-plugin-2.2-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.1"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-3.x-plugin-bin/apache-manifoldcf-solr-3.x-plugin-2.2"/>
</copy>
<mkdir dir="lib/solr-4.x"/>
- <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"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-4.x-plugin-2.2/apache-manifoldcf-solr-4.x-plugin-2.2-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.1"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-4.x-plugin-bin/apache-manifoldcf-solr-4.x-plugin-2.2"/>
</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"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-5.x-plugin-2.2/apache-manifoldcf-solr-5.x-plugin-2.2-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"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-5.x-plugin-bin/apache-manifoldcf-solr-5.x-plugin-2.2"/>
</copy>
</target>