From 496a0ea8d015ff2ef0777a8a182f96fee9cd1222 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 26 May 2009 11:59:37 +0000 Subject: Rename old RC tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778667 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-market/META-INF/sca-contribution.xml | 26 +++++++ .../1.5-RC0/tutorials/store/store-market/build.xml | 54 +++++++++++++++ .../1.5-RC0/tutorials/store/store-market/pom.xml | 80 ++++++++++++++++++++++ .../store/store-market/store-market.composite | 68 ++++++++++++++++++ 4 files changed, 228 insertions(+) create mode 100644 tags/java/sca/1.5-RC0/tutorials/store/store-market/META-INF/sca-contribution.xml create mode 100644 tags/java/sca/1.5-RC0/tutorials/store/store-market/build.xml create mode 100644 tags/java/sca/1.5-RC0/tutorials/store/store-market/pom.xml create mode 100644 tags/java/sca/1.5-RC0/tutorials/store/store-market/store-market.composite (limited to 'tags/java/sca/1.5-RC0/tutorials/store/store-market') diff --git a/tags/java/sca/1.5-RC0/tutorials/store/store-market/META-INF/sca-contribution.xml b/tags/java/sca/1.5-RC0/tutorials/store/store-market/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..491230c952 --- /dev/null +++ b/tags/java/sca/1.5-RC0/tutorials/store/store-market/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5-RC0/tutorials/store/store-market/build.xml b/tags/java/sca/1.5-RC0/tutorials/store/store-market/build.xml new file mode 100644 index 0000000000..aceb0e1bbf --- /dev/null +++ b/tags/java/sca/1.5-RC0/tutorials/store/store-market/build.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.5-RC0/tutorials/store/store-market/pom.xml b/tags/java/sca/1.5-RC0/tutorials/store/store-market/pom.xml new file mode 100644 index 0000000000..3bd8661171 --- /dev/null +++ b/tags/java/sca/1.5-RC0/tutorials/store/store-market/pom.xml @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.5 + ../pom.xml + + tutorial-store-market + Apache Tuscany SCA Store Tutorial Marketplace Online Store + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.5 + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.5 + + + + ../../.. + + + generate + + + + + + + + diff --git a/tags/java/sca/1.5-RC0/tutorials/store/store-market/store-market.composite b/tags/java/sca/1.5-RC0/tutorials/store/store-market/store-market.composite new file mode 100644 index 0000000000..1c225e6c07 --- /dev/null +++ b/tags/java/sca/1.5-RC0/tutorials/store/store-market/store-market.composite @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3