Author: kiwiwings
Date: Sun Jul 22 12:01:37 2018
New Revision: 1836433
URL: http://svn.apache.org/viewvc?rev=1836433&view=rev
Log:
Added missing reference to commons-compress JAR
Modified:
poi/trunk/.classpath
Modified: poi/trunk/.classpath
URL:
http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1836433&r1=1836432&r2=1836433&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Sun Jul 22 12:01:37 2018
@@ -40,5 +40,6 @@
<classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
+ <classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]