diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-08-17 19:53:34 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-08-17 19:53:34 +0000 |
commit | 750ff718f09b634b3414b267a0a97b953698a2ad (patch) | |
tree | dc6b89b80d7c4e5d4561fa43aff1e6e6e81727a7 /.classpath | |
parent | 93e4a2ac10ffaf51a8fa0ca0f97cabbf742bf92b (diff) | |
download | poi-750ff718f09b634b3414b267a0a97b953698a2ad.tar.gz poi-750ff718f09b634b3414b267a0a97b953698a2ad.zip |
starting tsp tests / removed mockito stuff again
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.classpath b/.classpath index a95bc314e1..2445269b19 100644 --- a/.classpath +++ b/.classpath @@ -24,8 +24,6 @@ <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"/>
</classpath>
|