You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/19 09:41:32 UTC

svn commit: r1024150 - in /tuscany/sca-java-2.x/trunk: features/base-runtime/ features/core-runtime/ features/osgi-runtime/ features/pom.xml modules/base-runtime/ modules/core-runtime/ modules/osgi-runtime/ modules/pom.xml

Author: antelder
Date: Tue Oct 19 07:41:31 2010
New Revision: 1024150

URL: http://svn.apache.org/viewvc?rev=1024150&view=rev
Log:
Move *-runtime pom types to modules

Added:
    tuscany/sca-java-2.x/trunk/modules/base-runtime/
      - copied from r1023745, tuscany/sca-java-2.x/trunk/features/base-runtime/
    tuscany/sca-java-2.x/trunk/modules/core-runtime/
      - copied from r1023745, tuscany/sca-java-2.x/trunk/features/core-runtime/
    tuscany/sca-java-2.x/trunk/modules/osgi-runtime/
      - copied from r1023745, tuscany/sca-java-2.x/trunk/features/osgi-runtime/
Removed:
    tuscany/sca-java-2.x/trunk/features/base-runtime/
    tuscany/sca-java-2.x/trunk/features/core-runtime/
    tuscany/sca-java-2.x/trunk/features/osgi-runtime/
Modified:
    tuscany/sca-java-2.x/trunk/features/pom.xml
    tuscany/sca-java-2.x/trunk/modules/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/pom.xml?rev=1024150&r1=1024149&r2=1024150&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/pom.xml Tue Oct 19 07:41:31 2010
@@ -31,20 +31,6 @@
     <name>Apache Tuscany SCA Features</name>
 
     <modules>
-        <!-- 
-            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>
 
         <!-- 
             Features 

Modified: tuscany/sca-java-2.x/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/pom.xml?rev=1024150&r1=1024149&r2=1024150&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/pom.xml Tue Oct 19 07:41:31 2010
@@ -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>