aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-09-27 16:45:46 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2012-09-27 16:45:46 -0700
commit5aebc7f2590883c27a7c942d9b89316ddd8d8cca (patch)
tree645de7dcd31b0b2a357923854d7cd8044029402b
parent5f4c4499230fb73bd729e28660c75abe35730aed (diff)
removed .project directories and added them to .gitignore
-rw-r--r--.gitignore1
-rw-r--r--rsTester/.project23
-rw-r--r--testrunner/.project23
-rw-r--r--webdrivers/.project23
4 files changed, 1 insertions, 69 deletions
diff --git a/.gitignore b/.gitignore
index 85e84eb..7b7fd3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
chromedriver.log
doc/jsdoc
doc/manual
+.project
diff --git a/rsTester/.project b/rsTester/.project
deleted file mode 100644
index 93a3862..0000000
--- a/rsTester/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>RuleSetTester</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/testrunner/.project b/testrunner/.project
deleted file mode 100644
index 50cd2c6..0000000
--- a/testrunner/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>testrunner</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>
diff --git a/webdrivers/.project b/webdrivers/.project
deleted file mode 100644
index e105b42..0000000
--- a/webdrivers/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>webdrivers</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
- </natures>
-</projectDescription>