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-merger/META-INF/sca-contribution.xml | 26 ++++++++ .../sca-java-1.3.1/tutorial/store-merger/pom.xml | 77 ++++++++++++++++++++++ .../tutorial/store-merger/store-merger.composite | 75 +++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 branches/sca-java-1.3.1/tutorial/store-merger/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.3.1/tutorial/store-merger/pom.xml create mode 100644 branches/sca-java-1.3.1/tutorial/store-merger/store-merger.composite (limited to 'branches/sca-java-1.3.1/tutorial/store-merger') diff --git a/branches/sca-java-1.3.1/tutorial/store-merger/META-INF/sca-contribution.xml b/branches/sca-java-1.3.1/tutorial/store-merger/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..700a84736c --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-merger/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-merger/pom.xml b/branches/sca-java-1.3.1/tutorial/store-merger/pom.xml new file mode 100644 index 0000000000..6f7bd2edd9 --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-merger/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.3.1-SNAPSHOT + ../pom.xml + + tutorial-store-merger + Apache Tuscany SCA Tutorial Merger 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-merger/store-merger.composite b/branches/sca-java-1.3.1/tutorial/store-merger/store-merger.composite new file mode 100644 index 0000000000..76d77dc693 --- /dev/null +++ b/branches/sca-java-1.3.1/tutorial/store-merger/store-merger.composite @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + -- cgit v1.2.3