You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2015/11/29 02:52:40 UTC

svn commit: r1717023 - /manifoldcf/trunk/build.xml

Author: kwright
Date: Sun Nov 29 01:52:40 2015
New Revision: 1717023

URL: http://svn.apache.org/viewvc?rev=1717023&view=rev
Log:
Point to newest version of es-1.5 plugin

Modified:
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1717023&r1=1717022&r2=1717023&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Nov 29 01:52:40 2015
@@ -1686,10 +1686,10 @@ Use Apache Forrest version forrest-0.9-d
             <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"/>
+        <get src="https://www.apache.org/dist/manifoldcf/apache-manifoldcf-elasticsearch-1.5-plugin-2.0.1/apache-manifoldcf-elasticsearch-1.5-plugin-2.0.1-bin.zip" dest="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin.zip"/>
         <unzip src="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin.zip" dest="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin"/>
         <copy todir="lib/elasticsearch-1.5">
-            <fileset dir="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin/elasticsearch-1.5-plugin-mcf-2.0"/>
+            <fileset dir="build/download/apache-manifoldcf-elasticsearch-1.5-plugin-bin/elasticsearch-1.5-plugin-mcf-2.0.1"/>
         </copy>
     </target>