You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/08/03 10:20:10 UTC

svn commit: r1755062 - /poi/trunk/.classpath

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org