Author: kwright
Date: Wed May 10 13:07:55 2017
New Revision: 1794717

URL: http://svn.apache.org/viewvc?rev=1794717&view=rev
Log:
Add contentlimiter transformation connector.  Committed on behalf of Julien 
Massiera.

Added:
    manifoldcf/trunk/connectors/contentlimiter/
      - copied from r1794716, 
manifoldcf/branches/CONNECTORS-1424/connectors/contentlimiter/
Modified:
    manifoldcf/trunk/   (props changed)
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/connectors/pom.xml

Propchange: manifoldcf/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 10 13:07:55 2017
@@ -76,6 +76,7 @@
 /manifoldcf/branches/CONNECTORS-1399:1788351-1788417
 /manifoldcf/branches/CONNECTORS-1403:1792393-1793543
 /manifoldcf/branches/CONNECTORS-1418:1792801-1793156
+/manifoldcf/branches/CONNECTORS-1424:1794708-1794716
 /manifoldcf/branches/CONNECTORS-470:1349741-1360750,1360808
 /manifoldcf/branches/CONNECTORS-474:1349741-1353803
 /manifoldcf/branches/CONNECTORS-488:1363249-1364203

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1794717&r1=1794716&r2=1794717&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed May 10 13:07:55 2017
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.8-dev =====================
 
+CONNECTORS-1424: Add contentlimiter transformation connector.
+(Julien Massiera)
+
 CONNECTORS-1423: Fix the new UI to add certificates to connections with 
certificate stores.
 (Karl Wright, Kishore Kumar)
 

Modified: manifoldcf/trunk/connectors/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/pom.xml?rev=1794717&r1=1794716&r2=1794717&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/pom.xml (original)
+++ manifoldcf/trunk/connectors/pom.xml Wed May 10 13:07:55 2017
@@ -70,6 +70,7 @@
     <module>kafka</module>
     <module>opennlp</module>
     <module>nuxeo</module>
+    <module>contentlimiter</module>
   </modules>
 
 </project>


Reply via email to