Author: kwright
Date: Fri Mar 2 07:42:21 2018
New Revision: 1825705
URL: http://svn.apache.org/viewvc?rev=1825705&view=rev
Log:
Update to Solr 7.x plugin version 2.2.1
Modified:
manifoldcf/trunk/build.xml
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1825705&r1=1825704&r2=1825705&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Fri Mar 2 07:42:21 2018
@@ -2083,10 +2083,10 @@ Use Apache Forrest version forrest-0.9-d
<copy todir="lib/solr-6.x">
<fileset
dir="build/download/apache-manifoldcf-solr-6.x-plugin-bin/apache-manifoldcf-solr-6.x-plugin-2.2"/>
</copy>
- <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-7.x-plugin-2.2/apache-manifoldcf-solr-7.x-plugin-2.2-bin.zip"
dest="build/download/apache-manifoldcf-solr-7.x-plugin-bin.zip"/>
+ <get
src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-solr-7.x-plugin-2.2.1/apache-manifoldcf-solr-7.x-plugin-2.2.1-bin.zip"
dest="build/download/apache-manifoldcf-solr-7.x-plugin-bin.zip"/>
<unzip src="build/download/apache-manifoldcf-solr-7.x-plugin-bin.zip"
dest="build/download/apache-manifoldcf-solr-7.x-plugin-bin"/>
<copy todir="lib/solr-7.x">
- <fileset
dir="build/download/apache-manifoldcf-solr-7.x-plugin-bin/apache-manifoldcf-solr-7.x-plugin-2.2"/>
+ <fileset
dir="build/download/apache-manifoldcf-solr-7.x-plugin-bin/apache-manifoldcf-solr-7.x-plugin-2.2.1"/>
</copy>
</target>