diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-11-11 01:34:01 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-11-11 01:34:01 +0000 |
commit | 124671715a04979f8fe55ab0bf601112a8569783 (patch) | |
tree | 18d3e59d2c775ad905600ec5b89460dcb5369906 /.classpath | |
parent | bed2d0ac94243cb510b8625855a6b760a0aec326 (diff) | |
download | poi-124671715a04979f8fe55ab0bf601112a8569783.tar.gz poi-124671715a04979f8fe55ab0bf601112a8569783.zip |
event record factory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000000..4dd30de565 --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/testcases"/> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="src" path="src/examples/src"/> + <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="output" path="build"/> +</classpath> |