From 875e50908c2630d263661af492654cd44bef2d65 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 25 Jan 2011 23:30:28 +0000 Subject: Sandbox to experiment with dynamic mass virtual hosting and running a different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-js-client/pom.xml | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 sandbox/sebastien/java/vhost/samples/learning-more/implementation-web/helloworld-js-client/pom.xml (limited to 'sandbox/sebastien/java/vhost/samples/learning-more/implementation-web/helloworld-js-client/pom.xml') diff --git a/sandbox/sebastien/java/vhost/samples/learning-more/implementation-web/helloworld-js-client/pom.xml b/sandbox/sebastien/java/vhost/samples/learning-more/implementation-web/helloworld-js-client/pom.xml new file mode 100644 index 0000000000..bbde1b0d65 --- /dev/null +++ b/sandbox/sebastien/java/vhost/samples/learning-more/implementation-web/helloworld-js-client/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples-implementation-webapp + 2.0-SNAPSHOT + ../pom.xml + + + sample-implementation-web-helloworld-js-client-webapp + war + Apache Tuscany SCA Sample implemenation.web Helloworld Javascript Client WebApp + + + + + org.apache.tuscany.sca + tuscany-base-runtime + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding-json + 2.0-SNAPSHOT + + + + junit + junit + 4.8.1 + test + + + + net.sourceforge.htmlunit + htmlunit + 2.6 + test + + + + + + helloworld-js-client + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.18 + + helloworld-js-client + foo + 9999 + + + + start-jetty + process-test-classes + + run + + + 0 + true + + + 8085 + + + + + + stop-jetty + prepare-package + + stop + + + + + + + + -- cgit v1.2.3