You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2011/12/15 03:47:44 UTC

svn commit: r1214606 - /incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml

Author: shinichiro
Date: Thu Dec 15 02:47:43 2011
New Revision: 1214606

URL: http://svn.apache.org/viewvc?rev=1214606&view=rev
Log:
example-multiprocess properties.xml need to have connectorsconfigurationfile property.

Modified:
    incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml

Modified: incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml?rev=1214606&r1=1214605&r2=1214606&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml (original)
+++ incubator/lcf/branches/CONNECTORS-313/framework/example-multiprocess/properties.xml Thu Dec 15 02:47:43 2011
@@ -26,6 +26,8 @@
   <property name="org.apache.manifoldcf.crawler.threads" value="50"/>
   <!-- Point to a specific (common) logging file -->
   <property name="org.apache.manifoldcf.logconfigfile" value="./logging.ini"/>
+  <!-- Specify the connectors to be loaded -->
+  <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors.xml"/>
   <!-- Tell MCF where to find the connector jars -->
   <libdir path="../connector-lib"/>
   <!-- WSDD references -->