From d232b6a46e4225ff35a0123a5f5597da7592fc38 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 12 Sep 2008 21:54:50 +0000 Subject: Creating a branch for the equinox work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-merger/META-INF/sca-contribution.xml | 26 ++++++++ .../tutorials/store/store-merger/pom.xml | 77 ++++++++++++++++++++++ .../store/store-merger/store-merger.composite | 75 +++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 branches/sca-equinox/tutorials/store/store-merger/META-INF/sca-contribution.xml create mode 100644 branches/sca-equinox/tutorials/store/store-merger/pom.xml create mode 100644 branches/sca-equinox/tutorials/store/store-merger/store-merger.composite (limited to 'branches/sca-equinox/tutorials/store/store-merger') diff --git a/branches/sca-equinox/tutorials/store/store-merger/META-INF/sca-contribution.xml b/branches/sca-equinox/tutorials/store/store-merger/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..700a84736c --- /dev/null +++ b/branches/sca-equinox/tutorials/store/store-merger/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/branches/sca-equinox/tutorials/store/store-merger/pom.xml b/branches/sca-equinox/tutorials/store/store-merger/pom.xml new file mode 100644 index 0000000000..5a0b6f6dec --- /dev/null +++ b/branches/sca-equinox/tutorials/store/store-merger/pom.xml @@ -0,0 +1,77 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.4-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.4-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4-SNAPSHOT + + + + generate + + + + + + + + diff --git a/branches/sca-equinox/tutorials/store/store-merger/store-merger.composite b/branches/sca-equinox/tutorials/store/store-merger/store-merger.composite new file mode 100644 index 0000000000..76d77dc693 --- /dev/null +++ b/branches/sca-equinox/tutorials/store/store-merger/store-merger.composite @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + -- cgit v1.2.3