You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/08/09 13:47:04 UTC

svn commit: r564173 - in /incubator/servicemix/trunk: archetypes/pom.xml deployables/serviceengines/pom.xml

Author: jstrachan
Date: Thu Aug  9 04:47:03 2007
New Revision: 564173

URL: http://svn.apache.org/viewvc?view=rev&rev=564173
Log:
Enabled the Camel service engine and service unit archetype now that they appear to work fine

Modified:
    incubator/servicemix/trunk/archetypes/pom.xml
    incubator/servicemix/trunk/deployables/serviceengines/pom.xml

Modified: incubator/servicemix/trunk/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/pom.xml?view=diff&rev=564173&r1=564172&r2=564173
==============================================================================
--- incubator/servicemix/trunk/archetypes/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/pom.xml Thu Aug  9 04:47:03 2007
@@ -47,6 +47,7 @@
         <module>servicemix-jms-provider-service-unit</module>
         <module>servicemix-jsr181-wsdl-first-service-unit</module>
         <module>servicemix-lwcontainer-service-unit</module>
+        <module>servicemix-camel-service-unit</module>
         <module>servicemix-eip-service-unit</module>
         <module>servicemix-embedded-simple</module>
         <module>servicemix-ode-service-unit</module>

Modified: incubator/servicemix/trunk/deployables/serviceengines/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/pom.xml?view=diff&rev=564173&r1=564172&r2=564173
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/pom.xml Thu Aug  9 04:47:03 2007
@@ -36,6 +36,7 @@
   <modules>
     <module>servicemix-bean</module>
     <module>servicemix-bpe</module>
+    <module>servicemix-camel</module>
     <module>servicemix-drools</module>
     <module>servicemix-eip</module>
     <module>servicemix-jsr181</module>