Author: kwright
Date: Wed Apr 5 13:10:06 2017
New Revision: 1790236
URL: http://svn.apache.org/viewvc?rev=1790236&view=rev
Log:
Pull up Nuxeo connector from CONNECTORS-1290 branch
Added:
manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/
- copied from r1790234,
manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/
Modified:
manifoldcf/branches/CONNECTORS-1290-2/ (props changed)
manifoldcf/branches/CONNECTORS-1290-2/connectors/pom.xml
manifoldcf/branches/CONNECTORS-1290-2/pom.xml
Propchange: manifoldcf/branches/CONNECTORS-1290-2/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr 5 13:10:06 2017
@@ -66,6 +66,7 @@
/manifoldcf/branches/CONNECTORS-1244:1705272-1705655
/manifoldcf/branches/CONNECTORS-1263:1718116-1719239,1719355
/manifoldcf/branches/CONNECTORS-1270:1726811-1727380
+/manifoldcf/branches/CONNECTORS-1290:1770892-1790234
/manifoldcf/branches/CONNECTORS-13:1525862-1527182,1539324-1541634
/manifoldcf/branches/CONNECTORS-1308:1741766-1741789
/manifoldcf/branches/CONNECTORS-1313:1742768-1743158
Modified: manifoldcf/branches/CONNECTORS-1290-2/connectors/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-2/connectors/pom.xml?rev=1790236&r1=1790235&r2=1790236&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-2/connectors/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290-2/connectors/pom.xml Wed Apr 5
13:10:06 2017
@@ -69,6 +69,7 @@
<module>amazons3</module>
<module>kafka</module>
<module>opennlp</module>
+ <module>nuxeo</module>
</modules>
</project>
Modified: manifoldcf/branches/CONNECTORS-1290-2/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-2/pom.xml?rev=1790236&r1=1790235&r2=1790236&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-2/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290-2/pom.xml Wed Apr 5 13:10:06 2017
@@ -90,6 +90,7 @@
<tomcat.version>6.0.35</tomcat.version>
<ecj.version>4.3.1</ecj.version>
<json-simple.version>1.1.1</json-simple.version>
+ <guava.version>21.0</guava.version>
</properties>
<modules>