diff --git a/FitNesse.iml b/FitNesse.iml deleted file mode 100644 index 7932cd6b60..0000000000 --- a/FitNesse.iml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/extra/eclipse/fitnesse-code-formatter-eclipse.xml b/extra/eclipse/fitnesse-code-formatter-eclipse.xml new file mode 100644 index 0000000000..195e64b3a6 --- /dev/null +++ b/extra/eclipse/fitnesse-code-formatter-eclipse.xml @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..663d74330f --- /dev/null +++ b/pom.xml @@ -0,0 +1,79 @@ + + 4.0.0 + org.fitnesse + fitnesse + fitnesse + The fully integrated standalone wiki, and acceptance + testing framework. + http://fitnesse.org + 20081201 + + + GNU Public License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + junit + junit + 4.4 + true + + + org.htmlparser + htmlparser + 1.6 + true + + + org.easymock + easymock + 2.4 + true + + + org.tmatesoft + svn + 1.1.0 + true + + + org.apache.ant + ant + 1.7.1 + true + + + org.fitnesse + fitlibrary + 20080812 + true + + + + ${basedir}/src + classes + classes + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + + + + + + \ No newline at end of file