From 6f148dec470483d9f17b5923b00c57acf2a51e3e Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 12 Nov 2009 04:27:41 +0000 Subject: Start porting Implementation Widget to 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835224 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/implementation-widget-runtime/pom.xml | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 java/sca/modules/implementation-widget-runtime/pom.xml (limited to 'java/sca/modules/implementation-widget-runtime/pom.xml') diff --git a/java/sca/modules/implementation-widget-runtime/pom.xml b/java/sca/modules/implementation-widget-runtime/pom.xml new file mode 100644 index 0000000000..778ea15851 --- /dev/null +++ b/java/sca/modules/implementation-widget-runtime/pom.xml @@ -0,0 +1,92 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.6-SNAPSHOT + ../pom.xml + + + tuscany-implementation-widget-runtime + Apache Tuscany SCA Widget Implementation Runtime + + + + org.apache.tuscany.sca + tuscany-implementation-widget + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-web-javascript + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-core-spi + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-host-http + 1.6-SNAPSHOT + + + + javax.servlet + servlet-api + 2.4 + provided + + + + junit + junit + 4.5 + test + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.implementation.widget.runtime + ${pom.name} + org.apache.tuscany.sca.implementation.widget* + + + + + + + -- cgit v1.2.3