From 1c54b03d8f027bd02465decc7020cfa048f3d913 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 19 Jul 2010 06:12:11 +0000 Subject: Add a strawman Python implementation extension. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965360 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/implementation-python-runtime/pom.xml | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/pom.xml (limited to 'sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/pom.xml') diff --git a/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/pom.xml b/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/pom.xml new file mode 100644 index 0000000000..38d6915713 --- /dev/null +++ b/sandbox/sebastien/java/dynamic/modules/implementation-python-runtime/pom.xml @@ -0,0 +1,100 @@ + + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-implementation-python-runtime + Apache Tuscany SCA Python Implementation Extension + + + + org.apache.tuscany.sca + tuscany-sca-api + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-python + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-core + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + + + + org.python + jython + 2.5.2 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc-runtime + 2.0-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + test + + + + -- cgit v1.2.3