From cbd96cbf252e7e6989aba9a46a556573aa533606 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 12 Oct 2008 12:25:49 +0000 Subject: Branch for 1.3.3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703809 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorial/store/META-INF/sca-contribution.xml | 25 +++++++ branches/sca-java-1.3.3/tutorial/store/pom.xml | 77 ++++++++++++++++++++++ .../sca-java-1.3.3/tutorial/store/store.composite | 64 ++++++++++++++++++ 3 files changed, 166 insertions(+) create mode 100644 branches/sca-java-1.3.3/tutorial/store/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.3.3/tutorial/store/pom.xml create mode 100644 branches/sca-java-1.3.3/tutorial/store/store.composite (limited to 'branches/sca-java-1.3.3/tutorial/store') diff --git a/branches/sca-java-1.3.3/tutorial/store/META-INF/sca-contribution.xml b/branches/sca-java-1.3.3/tutorial/store/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..3ed6e4a4ef --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.3.3/tutorial/store/pom.xml b/branches/sca-java-1.3.3/tutorial/store/pom.xml new file mode 100644 index 0000000000..0de1da43eb --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3.2-SNAPSHOT + ../pom.xml + + tutorial-store + Apache Tuscany SCA Tutorial Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.3.2-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.3.2-SNAPSHOT + + + + generate + + + + + + + + diff --git a/branches/sca-java-1.3.3/tutorial/store/store.composite b/branches/sca-java-1.3.3/tutorial/store/store.composite new file mode 100644 index 0000000000..b3f3140c8c --- /dev/null +++ b/branches/sca-java-1.3.3/tutorial/store/store.composite @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3