You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by pd...@apache.org on 2006/08/07 19:11:25 UTC

svn commit: r429396 - /incubator/servicemix/trunk/pom.xml

Author: pdodds
Date: Mon Aug  7 10:11:25 2006
New Revision: 429396

URL: http://svn.apache.org/viewvc?rev=429396&view=rev
Log:
Added missing servicemix-common to the step1 profile

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=429396&r1=429395&r2=429396&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Aug  7 10:11:25 2006
@@ -253,6 +253,7 @@
                 <module>servicemix-jbi</module>
                 <module>servicemix-services</module>
                 <module>servicemix-core</module>
+                <module>servicemix-common</module>
                 <module>tooling</module>
             </modules>
         </profile>