diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-08-24 23:05:26 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-08-24 23:05:26 +0000 |
commit | 9724ed0d76a74806ec185f17ed097a9f27c3a2ee (patch) | |
tree | 88cdb69da12c4e6db7903cf11c666dda54155a14 /.classpath | |
parent | 750ff718f09b634b3414b267a0a97b953698a2ad (diff) | |
download | poi-9724ed0d76a74806ec185f17ed097a9f27c3a2ee.tar.gz poi-9724ed0d76a74806ec185f17ed097a9f27c3a2ee.zip |
removed HorribleProxy
added current version of BouncyCastle and xmlsec (using xmlsec instead of jdk internal classes, because of interoperabiltiy with e.g. IBM JDK)
heaps of changes because of above
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 2445269b19..0a1d88f45e 100644 --- a/.classpath +++ b/.classpath @@ -25,5 +25,9 @@ <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="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-151.jar"/>
+ <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.51.jar"/>
+ <classpathentry kind="lib" path="compile-lib/xmlsec-2.0.1.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
|