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/14 10:26:52 UTC

svn commit: r604136 - in /servicemix/smx4/runtime/trunk: pom.xml testing/ testing/pom.xml

Author: gnodet
Date: Fri Dec 14 01:26:46 2007
New Revision: 604136

URL: http://svn.apache.org/viewvc?rev=604136&view=rev
Log:
Add testing modules

Added:
    servicemix/smx4/runtime/trunk/testing/
    servicemix/smx4/runtime/trunk/testing/pom.xml
      - copied, changed from r603618, servicemix/smx4/runtime/trunk/gshell/pom.xml
Modified:
    servicemix/smx4/runtime/trunk/pom.xml

Modified: servicemix/smx4/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/pom.xml?rev=604136&r1=604135&r2=604136&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/pom.xml Fri Dec 14 01:26:46 2007
@@ -39,6 +39,7 @@
     <module>main</module>
     <module>gshell</module>
     <module>filemonitor</module>
+    <module>testing</module>
     <module>assembly</module>
   </modules>
 

Copied: servicemix/smx4/runtime/trunk/testing/pom.xml (from r603618, servicemix/smx4/runtime/trunk/gshell/pom.xml)
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/testing/pom.xml?p2=servicemix/smx4/runtime/trunk/testing/pom.xml&p1=servicemix/smx4/runtime/trunk/gshell/pom.xml&r1=603618&r2=604136&rev=604136&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/testing/pom.xml Fri Dec 14 01:26:46 2007
@@ -28,17 +28,12 @@
         <version>0.1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.servicemix.runtime.gshell</groupId>
-    <artifactId>gshell</artifactId>
+    <groupId>org.apache.servicemix.runtime.testing</groupId>
+    <artifactId>testing</artifactId>
     <packaging>pom</packaging>
-    <name>ServiceMix Runtime :: GShell</name>
+    <name>ServiceMix Runtime :: Testing</name>
 
     <modules>
-        <module>gshell-core</module>
-        <module>gshell-osgi</module>
-        <module>gshell-obr</module>
-        <module>gshell-wrapper</module>
-        <module>gshell-features</module>
     </modules>
 
 </project>