Author: kwright
Date: Wed Oct 9 02:05:05 2013
New Revision: 1530482
URL: http://svn.apache.org/r1530482
Log:
Use ManifoldCF SharePoint 2007 plugin version 0.5
Modified:
manifoldcf/trunk/build.xml
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1530482&r1=1530481&r2=1530482&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Wed Oct 9 02:05:05 2013
@@ -4058,10 +4058,10 @@ Use Apache Forrest version forrest-0.9-d
<mkdir dir="lib/sharepoint-2007"/>
<!-- Download and unpack binary artifact -->
<mkdir dir="build/download"/>
- <get
src="http://archive.apache.org/dist/manifoldcf/apache-manifoldcf-sharepoint-2007-plugin-0.4-bin.zip"
dest="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin.zip"/>
+ <get
src="http://archive.apache.org/dist/manifoldcf/apache-manifoldcf-sharepoint-2007-plugin-0.5-bin.zip"
dest="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin.zip"/>
<unzip
src="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin.zip"
dest="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin"/>
<copy todir="lib/sharepoint-2007">
- <fileset
dir="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin/apache-manifoldcf-sharepoint-2007-plugin-0.4"/>
+ <fileset
dir="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin/apache-manifoldcf-sharepoint-2007-plugin-0.5"/>
</copy>
<mkdir dir="lib/sharepoint-2010"/>
<!-- Download and unpack binary artifact -->