mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
6d72fb97cc
commit
43588abe0c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue