added Eclipse project files, ignore eclipse-classes output dir
authormaxcooper <maxcooper>
Tue, 14 Feb 2006 09:26:32 +0000 (09:26 +0000)
committermaxcooper <maxcooper>
Tue, 14 Feb 2006 09:26:32 +0000 (09:26 +0000)
.classpath [new file with mode: 0644]
.cvsignore
.project [new file with mode: 0644]

diff --git a/.classpath b/.classpath
new file mode 100644 (file)
index 0000000..1f98feb
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src/catalina"/>
+       <classpathentry kind="src" path="src/example"/>
+       <classpathentry kind="src" path="src/share"/>
+       <classpathentry kind="src" path="src/test"/>
+       <classpathentry kind="lib" path="lib/ant-contrib.jar"/>
+       <classpathentry kind="lib" path="lib/catalina.jar"/>
+       <classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
+       <classpathentry kind="lib" path="lib/commons-codec.jar"/>
+       <classpathentry kind="lib" path="lib/commons-collections.jar"/>
+       <classpathentry kind="lib" path="lib/commons-digester.jar"/>
+       <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+       <classpathentry kind="lib" path="lib/httpunit.jar"/>
+       <classpathentry kind="lib" path="lib/jakarta-oro.jar"/>
+       <classpathentry kind="lib" path="lib/js.jar"/>
+       <classpathentry kind="lib" path="lib/junit.jar"/>
+       <classpathentry kind="lib" path="lib/servlet.jar"/>
+       <classpathentry kind="lib" path="lib/Tidy.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="eclipse-classes"/>
+</classpath>
index 4e9d069..471aab5 100644 (file)
@@ -4,3 +4,4 @@ dist
 release
 securityfilter.ipr
 securityfilter.iws
+eclipse-classes
diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..2009129
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>securityfilter</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>