diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-10-25 19:34:42 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-10-25 19:34:42 +0000 |
commit | 1499778fddf4134b429bf346efc6e67998dc8c2e (patch) | |
tree | 985bc70bc7583cb03ebd977669b7c7050d5b2b9d /.classpath | |
parent | 0506512a36f4799522077159fe174480588a0099 (diff) | |
download | poi-1499778fddf4134b429bf346efc6e67998dc8c2e.tar.gz poi-1499778fddf4134b429bf346efc6e67998dc8c2e.zip |
added ooxml-security-1.0 to the maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 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 601290e297..58ae07b0f8 100644 --- a/.classpath +++ b/.classpath @@ -23,7 +23,7 @@ <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.11.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/> - <classpathentry kind="lib" path="ooxml-lib/ooxml-encryption-1.2.jar" sourcepath="ooxml-lib/ooxml-encryption-src-1.2.jar"/> + <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-src-1.0.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"/> |