diff options
author | Nick Burch <nick@apache.org> | 2018-10-30 16:39:33 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2018-10-30 16:39:33 +0000 |
commit | a29586e45edc69ea421f782cefa0db86be953072 (patch) | |
tree | 9c40f12c5ff5c27456dfc7b5e7a1110142feda1c /.classpath | |
parent | 80030d529fc0cb2512b71996d5be0e1d91880ffb (diff) | |
download | poi-a29586e45edc69ea421f782cefa0db86be953072.tar.gz poi-a29586e45edc69ea421f782cefa0db86be953072.zip |
List additional dependencies from the Ant build file in Eclipse
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 44a0ea8cb5..247c5000e2 100644 --- a/.classpath +++ b/.classpath @@ -30,6 +30,9 @@ <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.25.jar"/> <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.60.jar"/> <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.60.jar"/> + <classpathentry kind="lib" path="ooxml-testlib/reflections.jar"/> + <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/> + <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/> <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.11.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> |