From f52aa4d92b542db12f3a15183a474902d62fa3d1 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Tue, 14 Feb 2006 09:26:32 +0000 Subject: [PATCH] added Eclipse project files, ignore eclipse-classes output dir --- .classpath | 22 ++++++++++++++++++++++ .cvsignore | 1 + .project | 17 +++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..1f98feb --- /dev/null +++ b/.classpath @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/.cvsignore b/.cvsignore index 4e9d069..471aab5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ dist release securityfilter.ipr securityfilter.iws +eclipse-classes diff --git a/.project b/.project new file mode 100644 index 0000000..2009129 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + securityfilter + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- 2.11.0