You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by mi...@apache.org on 2013/06/03 02:49:56 UTC

svn commit: r1488821 - in /manifoldcf/trunk: CHANGES.txt build.xml

Author: minoru
Date: Mon Jun  3 00:49:56 2013
New Revision: 1488821

URL: http://svn.apache.org/r1488821
Log: (empty)

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1488821&r1=1488820&r2=1488821&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Jun  3 00:49:56 2013
@@ -22,6 +22,9 @@ CONNECTORS-689: Add ability to crawl use
 connector.
 (David Morana, Karl Wright)
 
+CONNECTORS-696: FileSystem Output Connector.
+(Minoru Osuka)
+
 ======================= Release 1.2 =====================
 
 CONNECTORS-682: Fix expect-continue issues with Solr when there is

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1488821&r1=1488820&r2=1488821&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Mon Jun  3 00:49:56 2013
@@ -1608,6 +1608,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">