diff options
-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> |