From 80aea8c71fe6f2eb954db10dd5124f3ab9a3c648 Mon Sep 17 00:00:00 2001 From: plightbo Date: Sun, 25 Mar 2007 01:48:09 +0000 Subject: [PATCH] removing unused build.xml; basic build w/ jsunit tests works now (have to keep using the checked in jars because i can't figure out the exact versions of them) git-svn-id: https://svn.openqa.org/svn/selenium/trunk@1746 0891141a-5dea-0310-ad27-ebc607f31677 --- pom.xml | 149 ++++++++++++++++++++++++++++++++++- src/main/resources/build.xml | 3 - 2 files changed, 146 insertions(+), 6 deletions(-) delete mode 100644 src/main/resources/build.xml diff --git a/pom.xml b/pom.xml index ce5b7e7c..36a0fa83 100644 --- a/pom.xml +++ b/pom.xml @@ -28,9 +28,6 @@ - - - maven-surefire-plugin @@ -38,6 +35,101 @@ true + + maven-antrun-plugin + 1.2-SNAPSHOT + + + generate-sources + generate-sources + + + + + + + + + + + + + + + + + + + + run + + + + test + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + ant + ant-trax + 1.6.5 + + + ant + ant-junit + 1.6.5 + + + junit + junit + 3.8.1 + + + @@ -63,4 +155,55 @@ scp://maven.openqa.org/home/maven/maven.openqa.org/htdocs + + + + rhino + js + 1.6R5 + provided + + + junit + junit + 3.8.1 + + diff --git a/src/main/resources/build.xml b/src/main/resources/build.xml deleted file mode 100644 index c5487c4d..00000000 --- a/src/main/resources/build.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file