summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:28 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:28 -0400
commitd1378716fda89e48450b7ca1333b505d800504a5 (patch)
tree5f6091128c50127a7457f4ff89afa99ae2fa9bb3
parent2ea09edcade53e2be09039e9bad7a25d50ea2b4b (diff)
Remove unnecessary files
-rw-r--r--projects/.gitignore3
-rw-r--r--projects/net.wotonomy.all/.classpath5
-rw-r--r--projects/net.wotonomy.all/.project23
-rw-r--r--projects/net.wotonomy.datastore/.classpath8
-rw-r--r--projects/net.wotonomy.datastore/.project23
-rw-r--r--projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--projects/net.wotonomy.foundation/.classpath9
-rw-r--r--projects/net.wotonomy.foundation/.project23
-rw-r--r--projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--projects/net.wotonomy.persistence.adapter.jdbc/.classpath7
-rw-r--r--projects/net.wotonomy.persistence.adapter.jdbc/.project23
-rw-r--r--projects/net.wotonomy.persistence/.classpath8
-rw-r--r--projects/net.wotonomy.persistence/.project23
-rw-r--r--projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--projects/net.wotonomy.test/.classpath7
-rw-r--r--projects/net.wotonomy.test/.project23
-rw-r--r--projects/net.wotonomy.ui.swing/.classpath7
-rw-r--r--projects/net.wotonomy.ui.swing/.project23
-rw-r--r--projects/net.wotonomy.ui/.classpath7
-rw-r--r--projects/net.wotonomy.ui/.project23
-rw-r--r--projects/net.wotonomy.ui/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--projects/net.wotonomy.ui/.settings/org.eclipse.jdt.ui.prefs3
-rw-r--r--projects/net.wotonomy.web/.classpath8
-rw-r--r--projects/net.wotonomy.web/.project23
-rw-r--r--projects/net.wotonomy.web/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--projects/net.wotonomy.web/.settings/org.eclipse.jdt.ui.prefs3
29 files changed, 3 insertions, 348 deletions
diff --git a/projects/.gitignore b/projects/.gitignore
new file mode 100644
index 0000000..430b1ae
--- /dev/null
+++ b/projects/.gitignore
@@ -0,0 +1,3 @@
+.classpath
+.project
+.settings
diff --git a/projects/net.wotonomy.all/.classpath b/projects/net.wotonomy.all/.classpath
deleted file mode 100644
index 5b3f131..0000000
--- a/projects/net.wotonomy.all/.classpath
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.all/.project b/projects/net.wotonomy.all/.project
deleted file mode 100644
index eb5e918..0000000
--- a/projects/net.wotonomy.all/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.all</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.datastore/.classpath b/projects/net.wotonomy.datastore/.classpath
deleted file mode 100644
index f47e1ff..0000000
--- a/projects/net.wotonomy.datastore/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.datastore/.project b/projects/net.wotonomy.datastore/.project
deleted file mode 100644
index d45d043..0000000
--- a/projects/net.wotonomy.datastore/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.datastore</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.core.prefs b/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 2bd49d4..0000000
--- a/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-#Sun Feb 19 13:09:52 EST 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.ui.prefs b/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 89db986..0000000
--- a/projects/net.wotonomy.datastore/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Sun Feb 19 13:09:52 EST 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
diff --git a/projects/net.wotonomy.foundation/.classpath b/projects/net.wotonomy.foundation/.classpath
deleted file mode 100644
index 0b70c8a..0000000
--- a/projects/net.wotonomy.foundation/.classpath
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry output="target/classes" kind="src" path="src/main/java"/>
- <classpathentry output="target/test-classes" kind="src" path="src/test/resources"/>
- <classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.foundation/.project b/projects/net.wotonomy.foundation/.project
deleted file mode 100644
index 6177a08..0000000
--- a/projects/net.wotonomy.foundation/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.foundation</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.core.prefs b/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 4a07d6d..0000000
--- a/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-#Wed Feb 15 21:39:02 EST 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.ui.prefs b/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 3ea503d..0000000
--- a/projects/net.wotonomy.foundation/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Wed Feb 15 21:39:02 EST 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
diff --git a/projects/net.wotonomy.persistence.adapter.jdbc/.classpath b/projects/net.wotonomy.persistence.adapter.jdbc/.classpath
deleted file mode 100644
index dce51f2..0000000
--- a/projects/net.wotonomy.persistence.adapter.jdbc/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.persistence.adapter.jdbc/.project b/projects/net.wotonomy.persistence.adapter.jdbc/.project
deleted file mode 100644
index 36515ce..0000000
--- a/projects/net.wotonomy.persistence.adapter.jdbc/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.persistence.adapter.jdbc</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.persistence/.classpath b/projects/net.wotonomy.persistence/.classpath
deleted file mode 100644
index 38003e1..0000000
--- a/projects/net.wotonomy.persistence/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.persistence/.project b/projects/net.wotonomy.persistence/.project
deleted file mode 100644
index d5d8f41..0000000
--- a/projects/net.wotonomy.persistence/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.persistence</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.core.prefs b/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 9cfcb04..0000000
--- a/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Feb 16 21:52:22 EST 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.ui.prefs b/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 4728b95..0000000
--- a/projects/net.wotonomy.persistence/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Thu Feb 16 21:52:22 EST 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
diff --git a/projects/net.wotonomy.test/.classpath b/projects/net.wotonomy.test/.classpath
deleted file mode 100644
index dce51f2..0000000
--- a/projects/net.wotonomy.test/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.test/.project b/projects/net.wotonomy.test/.project
deleted file mode 100644
index 12cd40d..0000000
--- a/projects/net.wotonomy.test/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.test</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.ui.swing/.classpath b/projects/net.wotonomy.ui.swing/.classpath
deleted file mode 100644
index dce51f2..0000000
--- a/projects/net.wotonomy.ui.swing/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.ui.swing/.project b/projects/net.wotonomy.ui.swing/.project
deleted file mode 100644
index 50e145d..0000000
--- a/projects/net.wotonomy.ui.swing/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.ui.swing</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.ui/.classpath b/projects/net.wotonomy.ui/.classpath
deleted file mode 100644
index dce51f2..0000000
--- a/projects/net.wotonomy.ui/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.ui/.project b/projects/net.wotonomy.ui/.project
deleted file mode 100644
index b8f2b64..0000000
--- a/projects/net.wotonomy.ui/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.ui</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.core.prefs b/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f5c4d5b..0000000
--- a/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Feb 16 21:52:51 EST 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.ui.prefs b/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index 7ca6ca2..0000000
--- a/projects/net.wotonomy.ui/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Thu Feb 16 21:52:51 EST 2006
-eclipse.preferences.version=1
-internal.default.compliance=default
diff --git a/projects/net.wotonomy.web/.classpath b/projects/net.wotonomy.web/.classpath
deleted file mode 100644
index cf9357f..0000000
--- a/projects/net.wotonomy.web/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry output="target/classes" kind="src" path="src/main/java"/>
- <classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
- <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/projects/net.wotonomy.web/.project b/projects/net.wotonomy.web/.project
deleted file mode 100644
index 59b6177..0000000
--- a/projects/net.wotonomy.web/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>net.wotonomy.web</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/projects/net.wotonomy.web/.settings/org.eclipse.jdt.core.prefs b/projects/net.wotonomy.web/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f0418e2..0000000
--- a/projects/net.wotonomy.web/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-#Thu Feb 16 21:51:56 EST 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/projects/net.wotonomy.web/.settings/org.eclipse.jdt.ui.prefs b/projects/net.wotonomy.web/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index ad23fed..0000000
--- a/projects/net.wotonomy.web/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Thu Feb 16 21:51:56 EST 2006
-eclipse.preferences.version=1
-internal.default.compliance=default