From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-db/META-INF/sca-contribution.xml | 27 +++++ branches/sca-java-1.2/tutorial/store-db/pom.xml | 110 +++++++++++++++++++++ .../tutorial/store-db/store-db.composite | 75 ++++++++++++++ 3 files changed, 212 insertions(+) create mode 100644 branches/sca-java-1.2/tutorial/store-db/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.2/tutorial/store-db/pom.xml create mode 100644 branches/sca-java-1.2/tutorial/store-db/store-db.composite (limited to 'branches/sca-java-1.2/tutorial/store-db') diff --git a/branches/sca-java-1.2/tutorial/store-db/META-INF/sca-contribution.xml b/branches/sca-java-1.2/tutorial/store-db/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..7a5d5613be --- /dev/null +++ b/branches/sca-java-1.2/tutorial/store-db/META-INF/sca-contribution.xml @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.2/tutorial/store-db/pom.xml b/branches/sca-java-1.2/tutorial/store-db/pom.xml new file mode 100644 index 0000000000..d5b5147bd8 --- /dev/null +++ b/branches/sca-java-1.2/tutorial/store-db/pom.xml @@ -0,0 +1,110 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.2-incubating-SNAPSHOT + ../pom.xml + + tutorial-store-db + Apache Tuscany SCA Tutorial Online Store Using DB + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.2-incubating-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.2-incubating-SNAPSHOT + + + + generate + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.0 + + + + org.apache.derby + derby + 10.1.2.1 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${basedir}/target/cart-db;create=true + true + continue + ; + + ${basedir}/../assets/services/db/cart.sql + + + + + + + + + diff --git a/branches/sca-java-1.2/tutorial/store-db/store-db.composite b/branches/sca-java-1.2/tutorial/store-db/store-db.composite new file mode 100644 index 0000000000..03094be5ad --- /dev/null +++ b/branches/sca-java-1.2/tutorial/store-db/store-db.composite @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + USD + + + + + + ../store-db/target/cart-db + + + + + + + + + + + + + -- cgit v1.2.3