diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-09-29 23:39:45 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-09-29 23:39:45 +0000 |
commit | 36dc6dfc907eabbfbcf7582cffb52c75a5fc8a7b (patch) | |
tree | 2b7178baba21243984b42cb13fcbde4d422a5bbe /.classpath | |
parent | 9acd59dd9c771cd0081e0c68ff857a5bb55e67bf (diff) | |
download | poi-36dc6dfc907eabbfbcf7582cffb52c75a5fc8a7b.tar.gz poi-36dc6dfc907eabbfbcf7582cffb52c75a5fc8a7b.zip |
Fixed complete-build errors
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628338 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 0a1d88f45e..313dbdb1e8 100644 --- a/.classpath +++ b/.classpath @@ -26,7 +26,7 @@ <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/bcpkix-jdk15on-1.51.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"/>
|