diff options
author | Avik Sengupta <avik@apache.org> | 2003-01-01 09:24:39 +0000 |
---|---|---|
committer | Avik Sengupta <avik@apache.org> | 2003-01-01 09:24:39 +0000 |
commit | 6d48d8b0baf934acd4344d5c62df4a3d989f57d3 (patch) | |
tree | 67bd757681f4ea671d4ebe13c4cba3f3b0d2372a /.classpath | |
parent | b9cf50ef60d9cdf0115d84e16afcee41b14d923d (diff) | |
download | poi-6d48d8b0baf934acd4344d5c62df4a3d989f57d3.tar.gz poi-6d48d8b0baf934acd4344d5c62df4a3d989f57d3.zip |
PR:15677
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 434b9d83e1..75589e24b1 100644 --- a/.classpath +++ b/.classpath @@ -3,8 +3,8 @@ <classpathentry kind="src" path="src/testcases"/> <classpathentry kind="src" path="src/java"/> <classpathentry kind="src" path="src/examples/src"/> - <classpathentry kind="src" path="src/documentation/xdocs"/> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> - <classpathentry exported="true" kind="lib" path="D:/cygwin/opt/eclipse/workspace/jakarta-poi/tools/cents/junit.cent/lib/junit-3.7.jar"/> + <classpathentry kind="lib" path="tools/cents/junit.cent/lib/junit-3.7.jar"/> + <classpathentry kind="lib" path="lib/core/commons-logging-1.0.jar"/> <classpathentry kind="output" path="build"/> </classpath> |