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/02 19:24:14 UTC

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

Author: kwright
Date: Thu Oct  2 17:24:13 2014
New Revision: 1629025

URL: http://svn.apache.org/r1629025
Log:
Deliver built connectors

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=1629025&r1=1629024&r2=1629025&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1037/connectors/alfresco-webscript/build.xml Thu Oct  2 17:24:13 2014
@@ -61,5 +61,15 @@
         <echo message="Alfresco Connector integration tests cannot be be performed without alfresco.war"/>
     </target>
 
+    <target name="deliver-connector" depends="mcf-connector-build.deliver-connector">
+        <antcall target="general-add-repository-connector">
+            <param name="connector-label" value="Alfresco Webscript"/>
+            <param name="connector-class" value="org.apache.manifoldcf.crawler.connectors.alfresco.webscript.AlfrescoConnector"/>
+        </antcall>
+        <antcall target="general-add-authority-connector">
+            <param name="connector-label" value="Alfresco Webscript"/>
+            <param name="connector-class" value="org.apache.manifoldcf.authorities.alfresco.AlfrescoAuthorityConnector"/>
+        </antcall>
+    </target>
 
 </project>