Author: kwright
Date: Wed Apr  5 13:36:53 2017
New Revision: 1790254

URL: http://svn.apache.org/viewvc?rev=1790254&view=rev
Log:
Remove ref to guava since it's part of core now

Modified:
    manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/build.xml

Modified: manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/build.xml?rev=1790254&r1=1790253&r2=1790254&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290-2/connectors/nuxeo/build.xml Wed Apr  5 
13:36:53 2017
@@ -33,7 +33,6 @@
     <path id="connector-classpath">
         <path refid="mcf-connector-build.connector-classpath"/>
         <fileset dir="../../lib">
-              <include name="guava-*.jar" />
         </fileset>
     </path>
 
@@ -41,7 +40,6 @@
         <mkdir dir="dist/lib"/>
         <copy todir="dist/lib">
             <fileset dir="../../lib">
-              <include name="guava-*.jar" />
             </fileset>
         </copy>
     </target>


Reply via email to