From a6eaa1356a4db131566cfe7f7e4c3fe81a0ad0b6 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 6 Apr 2011 15:00:38 +0000 Subject: Copy store application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089476 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/samples/applications/store/pom.xml | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/applications/store/pom.xml (limited to 'sca-java-2.x/trunk/samples/applications/store/pom.xml') diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml new file mode 100644 index 0000000000..2cc9c7c5e6 --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml @@ -0,0 +1,115 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../../pom.xml + + sample-store + Apache Tuscany SCA Sample Getting Started Online Store + + + + org.apache.tuscany.sca + tuscany-base-runtime-pom + 2.0-SNAPSHOT + pom + + + org.apache.tuscany.sca + tuscany-data-api + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-atom-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-http-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-widget-runtime + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-widget-runtime-dojo + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-web-javascript-dojo + 2.0-SNAPSHOT + + + org.mortbay.jetty + jetty + 6.1.19 + test + + + net.sourceforge.htmlunit + htmlunit + 2.6 + test + + + junit + junit + 4.8.1 + test + + + + + ${project.artifactId} + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + + java + + + + + test + store.StoreTestCase + + + + + + -- cgit v1.2.3