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 2015/09/10 09:12:43 UTC

svn commit: r1702179 - /manifoldcf/branches/CONNECTORS-1236/framework/build.xml

Author: kwright
Date: Thu Sep 10 07:12:43 2015
New Revision: 1702179

URL: http://svn.apache.org/r1702179
Log:
Missed more sub-dependencies

Modified:
    manifoldcf/branches/CONNECTORS-1236/framework/build.xml

Modified: manifoldcf/branches/CONNECTORS-1236/framework/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1236/framework/build.xml?rev=1702179&r1=1702178&r2=1702179&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1236/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1236/framework/build.xml Thu Sep 10 07:12:43 2015
@@ -100,6 +100,7 @@
             <include name="httpservices*.jar"/>
             <include name="grib*.jar"/>
             <include name="cdm*.jar"/>
+            <include name="udunits*.jar"/>
             <include name="jcommander*.jar"/>
             <include name="protobuf-java*.jar"/>
             <include name="jcip-annotations*.jar"/>
@@ -1389,6 +1390,7 @@
                 <include name="httpservices*.jar"/>
                 <include name="grib*.jar"/>
                 <include name="cdm*.jar"/>
+                <include name="udunits*.jar"/>
                 <include name="jcommander*.jar"/>
                 <include name="protobuf-java*.jar"/>
                 <include name="jcip-annotations*.jar"/>