From 5b86eacdc5fb7395c2755c1510231d7a1630b3b0 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 27 Aug 2008 19:20:32 +0000 Subject: Starting to work on including the required OSGi runtime pieces into a test distro. Added a few dependencies to the POM, that's work in progress as I'm not sure how to select Equinox as the OSGi runtime, at this point I get a mix of the two. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689576 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/features/core/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'java/sca/distribution/features/core/pom.xml') diff --git a/java/sca/distribution/features/core/pom.xml b/java/sca/distribution/features/core/pom.xml index ddb0efbbaa..c13a12e40b 100644 --- a/java/sca/distribution/features/core/pom.xml +++ b/java/sca/distribution/features/core/pom.xml @@ -111,6 +111,18 @@ 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-extensibility + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-extensibility-osgi + 1.4-SNAPSHOT + + org.apache.tuscany.sca @@ -156,6 +168,11 @@ tuscany-node-launcher 1.4-SNAPSHOT + + org.apache.tuscany.sca + tuscany-node-launcher-osgi + 1.4-SNAPSHOT + org.apache.tuscany.sca tuscany-node-launcher-webapp @@ -238,6 +255,7 @@ ../../../modules/definitions-xml ../../../modules/endpoint ../../../modules/extensibility + ../../../modules/extensibility-osgi ../../../modules/host-embedded ../../../modules/host-http ../../../modules/implementation-java @@ -256,6 +274,7 @@ ../../../modules/node-api ../../../modules/node-impl ../../../modules/node-launcher + ../../../modules/node-launcher-osgi ../../../modules/node-launcher-webapp ../../../modules/policy ../../../modules/policy-security -- cgit v1.2.3