diff options
author | Greg Woolsey <gwoolsey@apache.org> | 2017-05-20 04:01:52 +0000 |
---|---|---|
committer | Greg Woolsey <gwoolsey@apache.org> | 2017-05-20 04:01:52 +0000 |
commit | 7d1cbef32051fe2b916b2c2c7e2bb3da8d745e15 (patch) | |
tree | 171f06754c716ade679b6f209fda5ac3e7ebabee /.classpath | |
parent | 8f5f9abceb3c74a55dc9069613276f8be53dddd4 (diff) | |
download | poi-7d1cbef32051fe2b916b2c2c7e2bb3da8d745e15.tar.gz poi-7d1cbef32051fe2b916b2c2c7e2bb3da8d745e15.zip |
add the new test dependency so tests can run from Eclipse (required for running local builds in Eclipse)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath index f700e8e5e2..76baebd02b 100644 --- a/.classpath +++ b/.classpath @@ -24,6 +24,8 @@ <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.04.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> + <classpathentry kind="lib" path="lib/jmh-core-1.15.jar"/> + <classpathentry kind="lib" path="lib/jmh-generator-annprocess-1.15.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/> <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.54.jar"/> |