diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-08-10 18:25:10 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-08-10 18:25:10 +0000 |
commit | 9660a04c19304996f30bf8f815daeeb141c5a26f (patch) | |
tree | 50322487ed90e8f24e6b8d98e4af2aa61b2cef2f /.classpath | |
parent | b74e89ad014e5880d7458f16233c1c238ea16244 (diff) | |
download | poi-9660a04c19304996f30bf8f815daeeb141c5a26f.tar.gz poi-9660a04c19304996f30bf8f815daeeb141c5a26f.zip |
Xml signature support - version 1
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 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 286f8badad..8df184abf0 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.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.1.jar" sourcepath="ooxml-lib/ooxml-encryption-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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="build/eclipse"/> </classpath> |