Author: nick
Date: Wed Aug 3 10:20:10 2016
New Revision: 1755062
URL: http://svn.apache.org/viewvc?rev=1755062&view=rev
Log:
Fix eclipse classpath - collections is in core lib
Modified:
poi/trunk/.classpath
Modified: poi/trunk/.classpath
URL:
http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1755062&r1=1755061&r2=1755062&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Wed Aug 3 10:20:10 2016
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]