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 2014/12/17 02:27:39 UTC

svn commit: r1646128 - in /manifoldcf/branches/CONNECTORS-1035/framework: example-multiprocess-file-proprietary/ example-multiprocess-file/ example-multiprocess-zk-proprietary/ example-multiprocess-zk/ example-singleprocess-proprietary/ example-singlep...

Author: kwright
Date: Wed Dec 17 01:27:38 2014
New Revision: 1646128

URL: http://svn.apache.org/r1646128
Log:
Point at connector common lib

Modified:
    manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file-proprietary/properties.xml
    manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file/properties.xml
    manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk-proprietary/properties.xml
    manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk/properties.xml
    manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess-proprietary/properties.xml
    manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess/properties.xml

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file-proprietary/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file-proprietary/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file-proprietary/properties.xml Wed Dec 17 01:27:38 2014
@@ -40,6 +40,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors-proprietary.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- WSDD references -->
   <!-- Any additional properties go here -->

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-file/properties.xml Wed Dec 17 01:27:38 2014
@@ -40,6 +40,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- WSDD references -->
   <!-- Any additional properties go here -->

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk-proprietary/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk-proprietary/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk-proprietary/properties.xml Wed Dec 17 01:27:38 2014
@@ -35,6 +35,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors-proprietary.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- Any additional local properties go here -->
 </configuration>

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-multiprocess-zk/properties.xml Wed Dec 17 01:27:38 2014
@@ -35,6 +35,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- Any additional local properties go here -->
 </configuration>

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess-proprietary/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess-proprietary/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess-proprietary/properties.xml Wed Dec 17 01:27:38 2014
@@ -37,6 +37,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors-proprietary.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- WSDD references -->
   <!-- Any additional properties go here -->

Modified: manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess/properties.xml?rev=1646128&r1=1646127&r2=1646128&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess/properties.xml (original)
+++ manifoldcf/branches/CONNECTORS-1035/framework/example-singleprocess/properties.xml Wed Dec 17 01:27:38 2014
@@ -37,6 +37,7 @@
   <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
+  <libdir path="../connector-common-lib"/>
   <libdir path="../connector-lib-proprietary"/>
   <!-- WSDD references -->
   <!-- Any additional properties go here -->