From b8d8b9f78193c48ef63601da154d9ff092ae1dc3 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 21 Sep 2008 21:29:53 +0000 Subject: Another fix for JIRA TUSCANY-2396, split binding-rmi into two modules, binding-rmi and binding-rmi-runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697616 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/binding-rmi-runtime/pom.xml | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 branches/sca-equinox/modules/binding-rmi-runtime/pom.xml (limited to 'branches/sca-equinox/modules/binding-rmi-runtime/pom.xml') diff --git a/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml b/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml new file mode 100644 index 0000000000..f999bb22d8 --- /dev/null +++ b/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml @@ -0,0 +1,91 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4-SNAPSHOT + ../pom.xml + + tuscany-binding-rmi-runtime + Apache Tuscany SCA RMI Binding Extension + + + + + org.apache.tuscany.sca + tuscany-binding-rmi + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-interface-java + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-host-rmi + 1.4-SNAPSHOT + + + + cglib + cglib-nodep + 2.1_3 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4-SNAPSHOT + test + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.binding.rmi.runtime + ${pom.name} + org.apache.tuscany.sca.binding.rmi.provider + + + + + + + -- cgit v1.2.3