]> source.dussan.org Git - poi.git/commitdiff
Removed user-specific eclipse settings from the repository and added the files to...
authorRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:38:22 +0000 (19:38 +0000)
committerRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:38:22 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353282 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/.classpath b/.classpath
deleted file mode 100644 (file)
index 6a84060..0000000
+++ /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>
index 558342ccee7129e2e247d81bc013a271d9be7dd2..9a736c248568c0854ebf9940454b172d6cc24c0d 100644 (file)
@@ -8,3 +8,5 @@ build.number
 log*.*
 *.log
 build
+.classpath
+.project
diff --git a/.project b/.project
deleted file mode 100644 (file)
index 13100e3..0000000
--- 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>