From 4ef0430519e276c2bdecea75f7a0f42f49f0cf30 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:08:37 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835132 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 deletions(-) delete mode 100644 branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml delete mode 100644 branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml delete 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 deleted file mode 100644 index a75087aca1..0000000000 --- a/branches/sca-java-1.5/tutorials/store/store-supplier/META-INF/sca-contribution.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - \ 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 deleted file mode 100644 index 7fa433df82..0000000000 --- a/branches/sca-java-1.5/tutorials/store/store-supplier/pom.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - 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 deleted file mode 100644 index 525bc889cb..0000000000 --- a/branches/sca-java-1.5/tutorials/store/store-supplier/store-supplier.composite +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - USD - - - - - - - - - - - - - - USD - - - - - - ../store-supplier/target/cart-db - - - - - - - - - - - - - - -- cgit v1.2.3