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 2018/08/11 18:23:10 UTC

svn commit: r1837875 [1/3] - in /manifoldcf/trunk: ./ connectors/ connectors/mongodb/ site/src/documentation/content/xdocs/en_US/ site/src/documentation/resources/images/en_US/

Author: kwright
Date: Sat Aug 11 18:23:09 2018
New Revision: 1837875

URL: http://svn.apache.org/viewvc?rev=1837875&view=rev
Log:
Merge CONNECTORS-1490 branch into trunk.

Added:
    manifoldcf/trunk/connectors/mongodb/
      - copied from r1837874, manifoldcf/branches/CONNECTORS-1490/connectors/mongodb/
    manifoldcf/trunk/site/src/documentation/resources/images/en_US/mongodb-output-connection-configuration.PNG
      - copied unchanged from r1837874, manifoldcf/branches/CONNECTORS-1490/site/src/documentation/resources/images/en_US/mongodb-output-connection-configuration.PNG
Modified:
    manifoldcf/trunk/   (props changed)
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/connectors/pom.xml
    manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
    manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/included-connectors.xml

Propchange: manifoldcf/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Aug 11 18:23:09 2018
@@ -79,6 +79,7 @@
 /manifoldcf/branches/CONNECTORS-1424:1794708-1794716
 /manifoldcf/branches/CONNECTORS-1425:1794719-1794944
 /manifoldcf/branches/CONNECTORS-1468:1812793,1812830,1812903,1812905,1812909
+/manifoldcf/branches/CONNECTORS-1490:1837603-1837874
 /manifoldcf/branches/CONNECTORS-1500:1827007-1827087
 /manifoldcf/branches/CONNECTORS-470:1349741-1360750,1360808
 /manifoldcf/branches/CONNECTORS-474:1349741-1353803

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1837875&r1=1837874&r2=1837875&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Sat Aug 11 18:23:09 2018
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.11-dev =====================
 
+CONNECTORS-1490: GSOC MongoDB Output Connector
+(Irindu Nugawela, Piergiorgio Lucidi)
+
 CONNECTORS-1517: Documentum mimetypes form didn't allow for no restrictions
 (James Thomas, Karl Wright)
 

Modified: manifoldcf/trunk/connectors/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/pom.xml?rev=1837875&r1=1837874&r2=1837875&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/pom.xml (original)
+++ manifoldcf/trunk/connectors/pom.xml Sat Aug 11 18:23:09 2018
@@ -75,6 +75,7 @@
     <module>slack</module>
     <module>rocketchat</module>
     <module>html-extractor</module>
+    <module>mongodb</module>
   </modules>
 
 </project>