diff options
author | Nick Burch <nick@apache.org> | 2016-08-03 10:20:10 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2016-08-03 10:20:10 +0000 |
commit | 43588abe0c4d1cbb4833921f879a53aeaabeb269 (patch) | |
tree | 6ab0a62a652c0528db91d9b9160362905975206f | |
parent | 6d72fb97ccf240e830fc3217339b9f4ab6d6792e (diff) | |
download | poi-43588abe0c4d1cbb4833921f879a53aeaabeb269.tar.gz poi-43588abe0c4d1cbb4833921f879a53aeaabeb269.zip |
Fix eclipse classpath - collections is in core lib
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755062 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 3b3ff5b64c..3238145f40 100644 --- a/.classpath +++ b/.classpath @@ -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> |