Author: minoru
Date: Sat Jun 1 13:16:28 2013
New Revision: 1488525
URL: http://svn.apache.org/r1488525
Log:
Add File system output connector
Modified:
manifoldcf/branches/CONNECTORS-696/build.xml
Modified: manifoldcf/branches/CONNECTORS-696/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-696/build.xml?rev=1488525&r1=1488524&r2=1488525&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-696/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-696/build.xml Sat Jun 1 13:16:28 2013
@@ -1552,6 +1552,11 @@
<param name="connector-label" value="File system"/>
<param name="connector-class"
value="org.apache.manifoldcf.crawler.connectors.filesystem.FileConnector"/>
</antcall>
+ <antcall target="general-add-output-connector">
+ <param name="connector-name" value="filesystem"/>
+ <param name="connector-label" value="File system"/>
+ <param name="connector-class"
value="org.apache.manifoldcf.agents.output.filesystem.FileOutputConnector"/>
+ </antcall>
</target>
<target name="deliver-filesystem-connector-doc"
depends="calculate-filesystem-doc-condition" if="filesystem-doc.include">