From 5fd763d9e7cbc70c583c1caf7f14cf6efa51d43f Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 6 Nov 2009 12:58:21 +0000 Subject: Start bringing up the Tuscany test runner for the SCA-J CI test suite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833379 13f79535-47bb-0310-9956-ffa450edef68 --- .../newlayout/tuscany-java-ci-test-runner/pom.xml | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 otest/newlayout/tuscany-java-ci-test-runner/pom.xml (limited to 'otest/newlayout/tuscany-java-ci-test-runner/pom.xml') diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml new file mode 100644 index 0000000000..83eac3a041 --- /dev/null +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -0,0 +1,186 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../pom.xml + + tuscany-otests-sca-j-ci-tests + Apache Tuscany SCA Specification Tests for SCA-J CI + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node-launcher-equinox + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-deployment + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + + + + javax.servlet + servlet-api + 2.5 + + + + com.sun.xml.ws + jaxws-rt + 2.1.7 + + + + junit + junit + 4.5 + test + + + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + + + + copy-files-from-svn + generate-resources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.3 + + + add-test-source + generate-sources + + add-test-source + + + + src/test/tjava + + + + + + + + -- cgit v1.2.3