From c6cbbc66ce949a9ea9db51387da055f375e12b98 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 21 Jul 2008 18:00:01 +0000 Subject: Renaming tutorial to tutorial-store git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678519 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-market/META-INF/sca-contribution.xml | 26 ++++++++ java/sca/tutorial-store/store-market/build.xml | 54 +++++++++++++++ java/sca/tutorial-store/store-market/pom.xml | 77 ++++++++++++++++++++++ .../store-market/store-market.composite | 68 +++++++++++++++++++ 4 files changed, 225 insertions(+) create mode 100644 java/sca/tutorial-store/store-market/META-INF/sca-contribution.xml create mode 100644 java/sca/tutorial-store/store-market/build.xml create mode 100644 java/sca/tutorial-store/store-market/pom.xml create mode 100644 java/sca/tutorial-store/store-market/store-market.composite (limited to 'java/sca/tutorial-store/store-market') diff --git a/java/sca/tutorial-store/store-market/META-INF/sca-contribution.xml b/java/sca/tutorial-store/store-market/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..491230c952 --- /dev/null +++ b/java/sca/tutorial-store/store-market/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/java/sca/tutorial-store/store-market/build.xml b/java/sca/tutorial-store/store-market/build.xml new file mode 100644 index 0000000000..a6b0b461b1 --- /dev/null +++ b/java/sca/tutorial-store/store-market/build.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/tutorial-store/store-market/pom.xml b/java/sca/tutorial-store/store-market/pom.xml new file mode 100644 index 0000000000..68a11f06e7 --- /dev/null +++ b/java/sca/tutorial-store/store-market/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.4-SNAPSHOT + ../pom.xml + + tutorial-store-market + Apache Tuscany SCA Tutorial Marketplace Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4-SNAPSHOT + + + + generate + + + + + + + + diff --git a/java/sca/tutorial-store/store-market/store-market.composite b/java/sca/tutorial-store/store-market/store-market.composite new file mode 100644 index 0000000000..1c225e6c07 --- /dev/null +++ b/java/sca/tutorial-store/store-market/store-market.composite @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3