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-stripes/pom.xml | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-stripes/pom.xml (limited to 'sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-stripes/pom.xml') diff --git a/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-stripes/pom.xml new file mode 100644 index 0000000000..16259aba62 --- /dev/null +++ b/sca-java-2.x/trunk/samples/getting-started/webapps/helloworld-stripes/pom.xml @@ -0,0 +1,112 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../../pom.xml + + + sample-helloworld-stripes-webapp + war + Apache Tuscany SCA Sample Helloworld using Stripes + + + + + + org.apache.tuscany.sca.shades + tuscany-base + 2.0-SNAPSHOT + + + + + net.sourceforge.stripes + stripes + 1.5.2 + + + + taglibs + standard + 1.1.2 + + + + junit + junit + 4.8.1 + test + + + + net.sourceforge.htmlunit + htmlunit + 2.6 + test + + + + + + helloworld-stripes + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + helloworld-stripes + foo + 9999 + + + + start-jetty + process-test-classes + + run + + + 0 + true + + + 8085 + + + + + + stop-jetty + prepare-package + + stop + + + + + + + + -- cgit v1.2.3