From 23297fa3b1f66d74325c8352cb8f5aae599a3090 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 11 Aug 2008 07:29:53 +0000 Subject: Start branch for 1.3.1, the only changes in this commit are for the version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684661 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-market/META-INF/sca-contribution.xml | 26 ++++++++ .../sca-java-1.3.1/tutorial/store-market/build.xml | 54 +++++++++++++++ .../sca-java-1.3.1/tutorial/store-market/pom.xml | 77 ++++++++++++++++++++++ .../tutorial/store-market/store-market.composite | 68 +++++++++++++++++++ 4 files changed, 225 insertions(+) create mode 100644 branches/sca-java-1.3.1/tutorial/store-market/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.3.1/tutorial/store-market/build.xml create mode 100644 branches/sca-java-1.3.1/tutorial/store-market/pom.xml create mode 100644 branches/sca-java-1.3.1/tutorial/store-market/store-market.composite (limited to 'branches/sca-java-1.3.1/tutorial/store-market') diff --git a/branches/sca-java-1.3.1/tutorial/store-market/META-INF/sca-contribution.xml b/branches/sca-java-1.3.1/tutorial/store-market/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..491230c952 --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-market/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.1/tutorial/store-market/build.xml b/branches/sca-java-1.3.1/tutorial/store-market/build.xml new file mode 100644 index 0000000000..df85985edc --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-market/build.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.3.1/tutorial/store-market/pom.xml b/branches/sca-java-1.3.1/tutorial/store-market/pom.xml new file mode 100644 index 0000000000..9d1f6992f0 --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-market/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3.1-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.3.1-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.3.1-SNAPSHOT + + + + generate + + + + + + + + diff --git a/branches/sca-java-1.3.1/tutorial/store-market/store-market.composite b/branches/sca-java-1.3.1/tutorial/store-market/store-market.composite new file mode 100644 index 0000000000..1c225e6c07 --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-market/store-market.composite @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3