diff options
author | Rainer Klute <klute@apache.org> | 2003-08-02 19:38:22 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2003-08-02 19:38:22 +0000 |
commit | 1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369 (patch) | |
tree | 2ff727e420615b6a42dd888cef8fde0045e328a4 /.classpath | |
parent | a47c0bb61d25cb893b5dbce92262dd39adc2101d (diff) | |
download | poi-1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369.tar.gz poi-1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369.zip |
Removed user-specific eclipse settings from the repository and added the files to .cvsignore
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.classpath b/.classpath deleted file mode 100644 index 6a84060656..0000000000 --- a/.classpath +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry excluding="**/CVS/*" kind="src" path="src/testcases"/> - <classpathentry excluding="**/CVS/*" kind="src" path="src/java"/> - <classpathentry excluding="**/CVS/*" kind="src" path="src/contrib/src"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="lib" path="lib/commons-logging-1.0.1.jar"/> - <classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/> - <classpathentry kind="lib" path="src/contrib/lib/commons-lang-1.0-b1.jar"/> - <classpathentry kind="lib" path="src/contrib/lib/commons-beanutils-1.6.jar"/> - <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/> - <classpathentry kind="output" path="build"/> -</classpath> |