Author: kwright
Date: Fri Oct 11 10:34:34 2013
New Revision: 1531248

URL: http://svn.apache.org/r1531248
Log:
Fix for CONNECTORS-771.

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1531248&r1=1531247&r2=1531248&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Oct 11 10:34:34 2013
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.4-dev =====================
 
+CONNECTORS-771: Include new versions of SharePoint plugins in
+distribution.
+(Karl Wright)
+
 CONNECTORS-784: Fix incorrect no-day-of-month-selected message
 when viewing a schedule record.
 (Adrian Conlon, Karl Wright)

Modified: manifoldcf/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1531248&r1=1531247&r2=1531248&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Fri Oct 11 10:34:34 2013
@@ -4066,10 +4066,10 @@ Use Apache Forrest version forrest-0.9-d
         <mkdir dir="lib/sharepoint-2010"/>
         <!-- Download and unpack binary artifact -->
         <mkdir dir="build/download"/>
-        <get 
src="http://archive.apache.org/dist/manifoldcf/apache-manifoldcf-sharepoint-2010-plugin-0.2-bin.zip";
 dest="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin.zip"/>
+        <get 
src="http://archive.apache.org/dist/manifoldcf/apache-manifoldcf-sharepoint-2010-plugin-0.3-bin.zip";
 dest="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin.zip"/>
         <unzip 
src="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin.zip" 
dest="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin"/>
         <copy todir="lib/sharepoint-2010">
-            <fileset 
dir="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin/apache-manifoldcf-sharepoint-2010-plugin-0.2"/>
+            <fileset 
dir="build/download/apache-manifoldcf-sharepoint-2010-plugin-bin/apache-manifoldcf-sharepoint-2010-plugin-0.3"/>
         </copy>
     </target>
 


Reply via email to