summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 07:41:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 07:41:31 +0000
commit20752d29aeb6ac502a4c1c66768d62fe960e7817 (patch)
tree6c25a75606ccb437b712d4ee96f50c5d5681399d /sca-java-2.x/trunk/modules/pom.xml
parent9398b3a75f2bde364e96f748255a3e933e250474 (diff)
Move *-runtime pom types to modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml
index a4d5dc9e8c..c10a9feb63 100644
--- a/sca-java-2.x/trunk/modules/pom.xml
+++ b/sca-java-2.x/trunk/modules/pom.xml
@@ -150,6 +150,22 @@
<module>host-corba-jse-tns</module>
<module>binding-corba</module>
<module>binding-corba-runtime</module>
+
+ <!--
+ Runtime collection features
+
+ Non-overallapping groups of Tuscany modules that define the
+ core runtime modules, containing the Tuscany extension SPI,
+ and the base runtime that defines the minimal Tuscany runtime
+ to which other extensions can be added
+
+ Extensions are included using maven dependencies on the *-runtime
+ modules in the /modules directory
+ -->
+ <module>core-runtime</module>
+ <module>base-runtime</module>
+ <module>osgi-runtime</module>
+
</modules>
<profiles>