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 2008/10/02 20:12:03 UTC

svn commit: r701202 - /servicemix/smx4/kernel/trunk/gshell/pom.xml

Author: gnodet
Date: Thu Oct  2 11:12:03 2008
New Revision: 701202

URL: http://svn.apache.org/viewvc?rev=701202&view=rev
Log:
SMX4KNL-112: gshell pom needs to include gshell-config and gshell-packages modules

Modified:
    servicemix/smx4/kernel/trunk/gshell/pom.xml

Modified: servicemix/smx4/kernel/trunk/gshell/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/pom.xml?rev=701202&r1=701201&r2=701202&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/gshell/pom.xml Thu Oct  2 11:12:03 2008
@@ -41,6 +41,8 @@
         <module>gshell-wrapper</module>
         <module>gshell-features</module>
         <module>gshell-log</module>
+        <module>gshell-config</module>
+        <module>gshell-packages</module>
     </modules>
 
 </project>
\ No newline at end of file