From d1f056a0126252f101d108ad2952ac0eebb78cb0 Mon Sep 17 00:00:00 2001 From: nash Date: Tue, 24 Aug 2010 11:26:41 +0000 Subject: Copy 1.6 release to new 1.6.1 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988487 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 sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml create mode 100644 sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/store-supplier.composite (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/META-INF/sca-contribution.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..a75087aca1 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/META-INF/sca-contribution.xml @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml new file mode 100644 index 0000000000..6c16395193 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.6-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.6-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.6-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/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/store-supplier.composite b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/store-supplier.composite new file mode 100644 index 0000000000..525bc889cb --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/store-supplier.composite @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + USD + + + + + + ../store-supplier/target/cart-db + + + + + + + + + + + + + + -- cgit v1.2.3