From d80d0ef30325d00d959ef0795b22b16fdf702008 Mon Sep 17 00:00:00 2001 From: antelder Date: Sun, 23 Jan 2011 19:50:56 +0000 Subject: Tag 2.0 Beta2 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062506 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-web/helloworld-jaxrs/pom.xml | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml (limited to 'sca-java-2.x/tags/2.0-Beta2-RC1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml b/sca-java-2.x/tags/2.0-Beta2-RC1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml new file mode 100644 index 0000000000..1d16a09f9c --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml @@ -0,0 +1,131 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples-implementation-webapp + 2.0-Beta2 + ../pom.xml + + + sample-implementation-web-helloworld-jaxrs-webapp + war + Apache Tuscany SCA Sample implemenation.web Helloworld JAX-RS WebApp + + + + + + org.apache.tuscany.sca + tuscany-base-runtime + 2.0-Beta2 + + + + + org.apache.wink + wink-common + 1.1.2-incubating + + + org.apache.wink + wink-server + 1.1.2-incubating + + + javax.xml.bind + jaxb-api + + + com.sun.xml.bind + jaxb-impl + + + org.slf4j + slf4j-api + + + + + + org.slf4j + slf4j-api + 1.6.0 + + + + junit + junit + 4.8.1 + test + + + + net.sourceforge.htmlunit + htmlunit + 2.6 + test + + + + + + helloworld-jaxrs + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + helloworld-jaxrs + foo + 9999 + + + + start-jetty + process-test-classes + + run + + + 0 + true + + + 8085 + + + + + + stop-jetty + prepare-package + + stop + + + + + + + + -- cgit v1.2.3