aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2003-08-02 19:38:22 +0000
committerRainer Klute <klute@apache.org>2003-08-02 19:38:22 +0000
commit1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369 (patch)
tree2ff727e420615b6a42dd888cef8fde0045e328a4
parenta47c0bb61d25cb893b5dbce92262dd39adc2101d (diff)
downloadpoi-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
-rw-r--r--.classpath13
-rw-r--r--.cvsignore2
-rw-r--r--.project23
3 files changed, 2 insertions, 36 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>
diff --git a/.cvsignore b/.cvsignore
index 558342ccee..9a736c2485 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -8,3 +8,5 @@ build.number
log*.*
*.log
build
+.classpath
+.project
diff --git a/.project b/.project
deleted file mode 100644
index 13100e35d8..0000000000
--- a/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>POI-Head-1</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
- </natures>
-</projectDescription>