]> source.dussan.org Git - poi.git/commitdiff
Fix eclipse classpath - collections is in core lib
authorNick Burch <nick@apache.org>
Wed, 3 Aug 2016 10:20:10 +0000 (10:20 +0000)
committerNick Burch <nick@apache.org>
Wed, 3 Aug 2016 10:20:10 +0000 (10:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755062 13f79535-47bb-0310-9956-ffa450edef68

.classpath

index 3b3ff5b64cec9126d505d05fab989f815812cf5e..3238145f400c46efed3f386dda126da3439d103d 100644 (file)
@@ -31,6 +31,6 @@
        <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.0.6.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.10.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
-       <classpathentry kind="lib" path="ooxml-lib/commons-collections4-4.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.jar"/>
        <classpathentry kind="output" path="build/eclipse"/>
 </classpath>