Author: kwright
Date: Wed Apr  2 11:18:57 2014
New Revision: 1583968

URL: http://svn.apache.org/r1583968
Log:
Include zookeeper in classpath for all connectors

Modified:
    manifoldcf/branches/CONNECTORS-856/framework/buildfiles/connector-build.xml

Modified: 
manifoldcf/branches/CONNECTORS-856/framework/buildfiles/connector-build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-856/framework/buildfiles/connector-build.xml?rev=1583968&r1=1583967&r2=1583968&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-856/framework/buildfiles/connector-build.xml 
(original)
+++ manifoldcf/branches/CONNECTORS-856/framework/buildfiles/connector-build.xml 
Wed Apr  2 11:18:57 2014
@@ -113,6 +113,7 @@
             <include name="mcf-pull-agent.jar"/>
         </fileset>
         <fileset dir="${mcf-dist}/lib">
+            <include name="zookeeper*.jar"/>
             <include name="mail*.jar"/>
             <include name="json*.jar"/>
             <include name="commons-codec*.jar"/>


Reply via email to