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 2011/09/28 11:01:47 UTC

svn commit: r1176790 - /incubator/lcf/trunk/connectors/sharepoint/build.xml

Author: kwright
Date: Wed Sep 28 09:01:47 2011
New Revision: 1176790

URL: http://svn.apache.org/viewvc?rev=1176790&view=rev
Log:
Fix a typo in the delivery of permissions.wsdl to the web service building area.

Modified:
    incubator/lcf/trunk/connectors/sharepoint/build.xml

Modified: incubator/lcf/trunk/connectors/sharepoint/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/sharepoint/build.xml?rev=1176790&r1=1176789&r2=1176790&view=diff
==============================================================================
--- incubator/lcf/trunk/connectors/sharepoint/build.xml (original)
+++ incubator/lcf/trunk/connectors/sharepoint/build.xml Wed Sep 28 09:01:47 2011
@@ -47,7 +47,7 @@
     </target>
 
     <target name="build-webservice" depends="precompile-check" if="canBuild">
-        <copy todir="webservice/References/SPPermissionsService" file="wsdls/Permissions.wsdl"/>
+        <copy todir="webservice/Web References/SPPermissionsService" file="wsdls/Permissions.wsdl"/>
         <exec executable="cmd" dir="webservice">
             <arg value="/c"/>
             <arg value="build.bat"/>