Author: gnodet
Date: Wed Aug 22 00:38:49 2007
New Revision: 568487
URL: http://svn.apache.org/viewvc?rev=568487&view=rev
Log:
Fix build problem (add cxf se/bc to the build as they are included in the
distribution)
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml
incubator/servicemix/trunk/deployables/serviceengines/pom.xml
Modified: incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml?rev=568487&r1=568486&r2=568487&view=diff
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/pom.xml Wed Aug 22
00:38:49 2007
@@ -34,6 +34,7 @@
<packaging>pom</packaging>
<modules>
+ <module>servicemix-cxf-bc</module>
<module>servicemix-file</module>
<module>servicemix-ftp</module>
<module>servicemix-http</module>
Modified: incubator/servicemix/trunk/deployables/serviceengines/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/pom.xml?rev=568487&r1=568486&r2=568487&view=diff
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/pom.xml Wed Aug 22
00:38:49 2007
@@ -37,6 +37,7 @@
<module>servicemix-bean</module>
<module>servicemix-bpe</module>
<module>servicemix-camel</module>
+ <module>servicemix-cxf-se</module>
<module>servicemix-drools</module>
<module>servicemix-eip</module>
<module>servicemix-jsr181</module>