From bee80d90df6104edff19cbb6a318fac3d64296aa Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 16 May 2009 08:53:06 +0000 Subject: Create 1.5 release branch from current 1.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775437 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-supplier/META-INF/sca-contribution.xml | 27 +++++ .../tutorials/store/store-supplier/pom.xml | 129 +++++++++++++++++++++ .../store/store-supplier/store-supplier.composite | 77 ++++++++++++ 3 files changed, 233 insertions(+) create mode 100644 branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml create mode 100644 branches/sca-java-1.5/tutorials/store/store-supplier/store-supplier.composite (limited to 'branches/sca-java-1.5/tutorials/store/store-supplier') diff --git a/branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml b/branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..a75087aca1 --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml b/branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml new file mode 100644 index 0000000000..7fa433df82 --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.5-SNAPSHOT + ../pom.xml + + tutorial-store-supplier + Apache Tuscany SCA Store Tutorial Supplier 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 + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.3 + + + + org.apache.derby + derby + 10.3.1.4 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${basedir}/target/cart-db;create=true + true + continue + skip + ; + + ${basedir}/../assets/services/db/cart.sql + + + + + + + shutdown-database-sothat-test-can-run + process-test-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${basedir}/target/cart-db;shutdown=true + true + + + + + + + + diff --git a/branches/sca-java-1.5/tutorials/store/store-supplier/store-supplier.composite b/branches/sca-java-1.5/tutorials/store/store-supplier/store-supplier.composite new file mode 100644 index 0000000000..525bc889cb --- /dev/null +++ b/branches/sca-java-1.5/tutorials/store/store-supplier/store-supplier.composite @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + USD + + + + + + ../store-supplier/target/cart-db + + + + + + + + + + + + + + -- cgit v1.2.3