From 6c7ad7c110656f47273dc23228b41e46023492f3 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 18 Apr 2009 07:36:53 +0000 Subject: Create 1.5 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766260 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-merger/META-INF/sca-contribution.xml | 26 +++++++ .../tutorials/store/store-merger/pom.xml | 80 ++++++++++++++++++++++ .../store/store-merger/store-merger.composite | 75 ++++++++++++++++++++ 3 files changed, 181 insertions(+) create mode 100644 branches/sca-java-1.5/tutorials/store/store-merger/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.5/tutorials/store/store-merger/pom.xml create mode 100644 branches/sca-java-1.5/tutorials/store/store-merger/store-merger.composite (limited to 'branches/sca-java-1.5/tutorials/store/store-merger') diff --git a/branches/sca-java-1.5/tutorials/store/store-merger/META-INF/sca-contribution.xml b/branches/sca-java-1.5/tutorials/store/store-merger/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..700a84736c --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-merger/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5/tutorials/store/store-merger/pom.xml b/branches/sca-java-1.5/tutorials/store/store-merger/pom.xml new file mode 100644 index 0000000000..5e827614a7 --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-merger/pom.xml @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.5-SNAPSHOT + ../pom.xml + + tutorial-store-merger + Apache Tuscany SCA Store Tutorial Merger Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.5-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.5-SNAPSHOT + + + + ../../.. + + + generate + + + + + + + + diff --git a/branches/sca-java-1.5/tutorials/store/store-merger/store-merger.composite b/branches/sca-java-1.5/tutorials/store/store-merger/store-merger.composite new file mode 100644 index 0000000000..76d77dc693 --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-merger/store-merger.composite @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + -- cgit v1.2.3