From c6cbbc66ce949a9ea9db51387da055f375e12b98 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 21 Jul 2008 18:00:01 +0000 Subject: Renaming tutorial to tutorial-store git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678519 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/tutorial-store/store-eu/pom.xml | 111 +++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 java/sca/tutorial-store/store-eu/pom.xml (limited to 'java/sca/tutorial-store/store-eu/pom.xml') diff --git a/java/sca/tutorial-store/store-eu/pom.xml b/java/sca/tutorial-store/store-eu/pom.xml new file mode 100644 index 0000000000..42290746d1 --- /dev/null +++ b/java/sca/tutorial-store/store-eu/pom.xml @@ -0,0 +1,111 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.4-SNAPSHOT + ../pom.xml + + tutorial-store-eu + Apache Tuscany SCA Tutorial EU 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 + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.0 + + + + org.apache.derby + derby + 10.3.1.4 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${basedir}/target/cart-eu-db;create=true + true + continue + ; + + ${basedir}/../assets/services/db/cart.sql + + + + + + + + + -- cgit v1.2.3