From 2691aa6986e852c4dea45a26411335a65538a9be Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 8 Aug 2009 10:03:33 +0000 Subject: Move www-services to sandbox area until the license of the Amazon jars is clarified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802332 13f79535-47bb-0310-9956-ffa450edef68 --- .../catalog-amazon/store-db/pom.xml | 149 +++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 sandbox/tutorial-store-www-services/catalog-amazon/store-db/pom.xml (limited to 'sandbox/tutorial-store-www-services/catalog-amazon/store-db/pom.xml') diff --git a/sandbox/tutorial-store-www-services/catalog-amazon/store-db/pom.xml b/sandbox/tutorial-store-www-services/catalog-amazon/store-db/pom.xml new file mode 100644 index 0000000000..6e2691185a --- /dev/null +++ b/sandbox/tutorial-store-www-services/catalog-amazon/store-db/pom.xml @@ -0,0 +1,149 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.6-SNAPSHOT + ../pom.xml + + tutorial-store-db + Apache Tuscany SCA Store Tutorial Catalog Database + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tutorial-assets + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node-api + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node-impl + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.6-SNAPSHOT + + + + org.apache.derby + derby + 10.3.1.4 + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.6-SNAPSHOT + + + + launch.LaunchCatalog + + + 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:target/store_db;create=true + true + continue + ; + + ${pom.basedir}/store.sql + + + + + + + + + + -- cgit v1.2.3