From b771a05508db61cb1748d2fed0eb92daf173ff92 Mon Sep 17 00:00:00 2001 From: rsivaram Date: Thu, 16 Oct 2008 11:51:49 +0000 Subject: Copy modules for event prototype git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705212 13f79535-47bb-0310-9956-ffa450edef68 --- .../event/modules/implementation-data-xml/pom.xml | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 sandbox/event/modules/implementation-data-xml/pom.xml (limited to 'sandbox/event/modules/implementation-data-xml/pom.xml') diff --git a/sandbox/event/modules/implementation-data-xml/pom.xml b/sandbox/event/modules/implementation-data-xml/pom.xml new file mode 100644 index 0000000000..44c92f164e --- /dev/null +++ b/sandbox/event/modules/implementation-data-xml/pom.xml @@ -0,0 +1,209 @@ + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4-SNAPSHOT + ../pom.xml + + tuscany-implementation-data-xml + Apache Tuscany SCA Data Implementation Extension + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.das + tuscany-das-rdb + 1.0-SNAPSHOT + compile + + + org.apache.tuscany.sca + tuscany-assembly + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-core + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-data-engine-helper + 1.4-SNAPSHOT + compile + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 1.4-SNAPSHOT + runtime + + + org.apache.derby + derby + 10.3.1.4 + runtime + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4-SNAPSHOT + test + + + javax.servlet + servlet-api + 2.5 + test + + + junit + junit + 4.5 + compile + + + org.easymock + easymock + 2.2 + test + + + org.apache.tuscany.sca + tuscany-data-api + 1.4-SNAPSHOT + compile + + + + + ${artifactId} + + + + org.codehaus.mojo + sql-maven-plugin + + 1.1-SNAPSHOT + + + + org.apache.derby + derby + 10.1.2.1 + + + + + + create-db + generate-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;create=true + true + continue + skip + ; + + ${pom.basedir}/company.sql + + + + + + + shutdown-database-sothat-test-can-run + process-test-resources + + execute + + + org.apache.derby.jdbc.EmbeddedDriver + jdbc:derby:${pom.basedir}/target/test-classes/company;shutdown=true + true + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.data.xml + ${pom.name} + org.apache.tuscany.sca.implementation.data* + + + + + + + -- cgit v1.2.3