Author: kwright
Date: Sun Sep 9 17:12:45 2012
New Revision: 1382542
URL: http://svn.apache.org/viewvc?rev=1382542&view=rev
Log:
Update downloaded version of SharePoint 2007 plugin
Modified:
manifoldcf/trunk/build.xml
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1382542&r1=1382541&r2=1382542&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Sep 9 17:12:45 2012
@@ -3430,10 +3430,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.2-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.3-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.2/dist"/>
+ <fileset
dir="build/download/apache-manifoldcf-sharepoint-2007-plugin-bin/apache-manifoldcf-sharepoint-2007-plugin-0.3/dist"/>
</copy>
</target>