You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/03 20:43:17 UTC

svn commit: r600644 - in /servicemix/branches/servicemix-4.0: gshell/ pom.xml runtime/gshell/ runtime/pom.xml

Author: gnodet
Date: Mon Dec  3 11:43:15 2007
New Revision: 600644

URL: http://svn.apache.org/viewvc?rev=600644&view=rev
Log:
Move GShell to runtime

Added:
    servicemix/branches/servicemix-4.0/runtime/gshell/
      - copied from r600637, servicemix/branches/servicemix-4.0/gshell/
Removed:
    servicemix/branches/servicemix-4.0/gshell/
Modified:
    servicemix/branches/servicemix-4.0/pom.xml
    servicemix/branches/servicemix-4.0/runtime/pom.xml

Modified: servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/pom.xml?rev=600644&r1=600643&r2=600644&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/pom.xml Mon Dec  3 11:43:15 2007
@@ -29,17 +29,16 @@
     <name>ServiceMix</name>
 
     <modules>
+        <module>runtime</module>
         <module>tooling</module>
         <module>nmr</module>
         <module>camel</module>
         <module>bundles</module>
         <module>jbi</module>
-        <module>gshell</module>
         <module>transaction</module>
         <module>management</module>
         <module>examples</module>
         <module>itests</module>
-        <module>runtime</module>
         <module>apache-servicemix</module>
         <module>jaxws</module>
         <module>openejb</module>

Modified: servicemix/branches/servicemix-4.0/runtime/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/pom.xml?rev=600644&r1=600643&r2=600644&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/runtime/pom.xml Mon Dec  3 11:43:15 2007
@@ -36,6 +36,7 @@
 
   <modules>
     <module>main</module>
+    <module>gshell</module>
     <module>filemonitor</module>
     <module>features</module>
     <module>minimum</module>