]> source.dussan.org Git - poi.git/commitdiff
Remove user-specific eclipse settings from the repository and added them to .cvsignore
authorRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:34:30 +0000 (19:34 +0000)
committerRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:34:30 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353281 13f79535-47bb-0310-9956-ffa450edef68

.classpath [deleted file]
.cvsignore
.project [deleted file]

diff --git a/.classpath b/.classpath
deleted file mode 100644 (file)
index 75589e2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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 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>
index 145be6eafa95b54329a34f365cc453c1bd238462..6a33107942d11a7549d32d61f831be99e4d96697 100644 (file)
@@ -9,3 +9,5 @@ build.number
 log*.*
 *.log
 build
+.classpath
+.project
diff --git a/.project b/.project
deleted file mode 100644 (file)
index 2a90ecd..0000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>POI</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>