diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-08-15 18:19:28 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-08-15 18:19:28 +0000 |
commit | ea5645e80f13b80a9aee2f6650fc0562208250b7 (patch) | |
tree | 44b0764548a1501a71b63bb774061eef6811857b /.classpath | |
parent | 085f1f25ec39154980e54826f298c19e2ace4b91 (diff) | |
download | poi-ea5645e80f13b80a9aee2f6650fc0562208250b7.tar.gz poi-ea5645e80f13b80a9aee2f6650fc0562208250b7.zip |
some changes because of test errors
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index bcce3b2c0d..a95bc314e1 100644 --- a/.classpath +++ b/.classpath @@ -24,6 +24,7 @@ <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="lib/com.springsource.org.objenesis-1.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/mockito-core-1.9.5.jar" sourcepath="E:/tmp/mavenRepo/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5-sources.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
|