From e37a2cbb2792feb70fe6d1809d899f7b55cecf31 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Thu, 16 Sep 2010 15:42:52 +0000 Subject: TUSCANY-3677 more samples reorg -- all in webapps were helloworld, so moved to getting started git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997796 13f79535-47bb-0310-9956-ffa450edef68 --- .../webapps/helloworld-jaxrs/pom.xml | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-jaxrs/pom.xml (limited to 'sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-jaxrs/pom.xml') diff --git a/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-jaxrs/pom.xml new file mode 100644 index 0000000000..f414d87837 --- /dev/null +++ b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-jaxrs/pom.xml @@ -0,0 +1,116 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../../pom.xml + + + sample-helloworld-jaxrs-webapp + war + Apache Tuscany SCA Sample Helloworld JAX-RS + + + + + + org.apache.tuscany.sca.shades + tuscany-base-nodep + 2.0-SNAPSHOT + + + + + org.apache.wink + wink-common + 1.1.1-incubating + + + org.apache.wink + wink-server + 1.1.1-incubating + + + 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