diff options
author | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:34 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:34 +0000 |
commit | 467350c6d88719c2aa370564d80cb939f2d147d8 (patch) | |
tree | f348a95582f5d52a8b32e57889017f43b874810f /.classpath | |
parent | 55275b1e670f8f2439760563905828d500f02dd1 (diff) | |
download | poi-467350c6d88719c2aa370564d80cb939f2d147d8.tar.gz poi-467350c6d88719c2aa370564d80cb939f2d147d8.zip |
Adjust .classpath sources and add missing dependencies to run ooxml-lite tests standalone
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 899c7591b8..5efa12f1e2 100644 --- a/.classpath +++ b/.classpath @@ -24,7 +24,7 @@ <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.12.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-1.1-sources.jar"/> - <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-src-1.0.jar"/> + <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-1.0-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/> <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/> |