summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-18 20:47:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-18 20:47:22 +0000
commit7732de64e26dfd33d4be24a7371e73db554159ca (patch)
tree7f9197959eaef3ae7b65b565b286bfcc31689bd4 /java/sca/modules/pom.xml
parent241929eeff0352dcb6363662e2ed08dc25e395c5 (diff)
Start to add an OSGi-based runtime for implementation.node. It installs tuscany and 3rd party jars as OSGi bundles and create SCA node to run composite applications.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml
index ccafed82dd..d82d2e6881 100644
--- a/java/sca/modules/pom.xml
+++ b/java/sca/modules/pom.xml
@@ -136,6 +136,7 @@
<module>implementation-java-runtime</module>
<module>implementation-node</module>
<module>implementation-node-runtime</module>
+ <module>implementation-node-osgi-runtime</module>
<module>implementation-notification</module>
<module>implementation-osgi</module>
<module>implementation-resource</module>