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 2014/10/03 00:44:10 UTC

svn commit: r1629093 - /manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml

Author: kwright
Date: Thu Oct  2 22:44:10 2014
New Revision: 1629093

URL: http://svn.apache.org/r1629093
Log:
Fix build.xml

Modified:
    manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml

Modified: manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml?rev=1629093&r1=1629092&r2=1629093&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml Thu Oct  2 22:44:10 2014
@@ -68,7 +68,7 @@
         </antcall>
         <antcall target="general-add-authority-connector">
             <param name="connector-label" value="Alfresco Webscript"/>
-            <param name="connector-class" value="org.apache.manifoldcf.authorities.authorities.alfresco.AlfrescoAuthorityConnector"/>
+            <param name="connector-class" value="org.apache.manifoldcf.authorities.authorities.alfrescowebscript.AlfrescoAuthorityConnector"/>
         </antcall>
     </target>