From b61b4c85131c246ebfe9c2a9870755a26fb07a99 Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 27 May 2012 06:25:39 +0000 Subject: Bringup store sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1342999 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/samples/applications/pom.xml | 45 ++++++++++++++++++++++ .../trunk/samples/applications/store/pom.xml | 5 +++ .../store/src/main/resources/store.composite | 2 +- sca-java-2.x/trunk/samples/pom.xml | 1 + 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 sca-java-2.x/trunk/samples/applications/pom.xml diff --git a/sca-java-2.x/trunk/samples/applications/pom.xml b/sca-java-2.x/trunk/samples/applications/pom.xml new file mode 100644 index 0000000000..80029730d0 --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/pom.xml @@ -0,0 +1,45 @@ + + + + 4.0.0 + + org.apache.tuscany.sca.samples + tuscany-samples + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-samples-applications + 2.0-SNAPSHOT + pom + Apache Tuscany SCA Sample Applications + + + + default + + true + + + store + + + + diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml index 059a74efd5..cc06aa5672 100644 --- a/sca-java-2.x/trunk/samples/applications/store/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml @@ -50,6 +50,11 @@ tuscany-binding-http-runtime 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-binding-rest-runtime + 2.0-SNAPSHOT + org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime diff --git a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite index 9c3b79c508..f018751670 100644 --- a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite +++ b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite @@ -25,7 +25,7 @@ - + diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 2f0417e09c..bf5814479e 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -32,6 +32,7 @@ Apache Tuscany SCA Samples + applications getting-started running-tuscany learning-more -- cgit v1.2.3