From 0f182057fc3b19a2c78960ba910f948006a03562 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Sat, 25 Sep 2010 16:51:35 +0000 Subject: TUSCANY-3677 getting-started clearup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001272 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-webapp/helloworld-jms/pom.xml | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-jms/pom.xml (limited to 'sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-jms/pom.xml') diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-jms/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-jms/pom.xml new file mode 100644 index 0000000000..326422ed7b --- /dev/null +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/helloworld-jms/pom.xml @@ -0,0 +1,96 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../../pom.xml + + + sample-helloworld-jms-webapp + war + Apache Tuscany SCA Sample JMS HelloWorld in a WebApp + + + + + org.apache.tuscany.sca.shades + tuscany-base + 2.0-SNAPSHOT + + + org.apache.tuscany.sca.shades + tuscany-jms + 2.0-SNAPSHOT + + + + org.apache.activemq + activemq-core + 5.3.0 + runtime + + + + + + helloworld-jms + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + helloworld-jms + foo + 9999 + + + + start-jetty + process-test-classes + + run + + + 0 + true + + + 8085 + + + + + + stop-jetty + prepare-package + + stop + + + + + + + + -- cgit v1.2.3