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 2006/03/01 14:39:33 UTC

svn commit: r382013 - in /incubator/servicemix/trunk: servicemix-http/project.properties servicemix-jms/project.properties

Author: gnodet
Date: Wed Mar  1 05:39:32 2006
New Revision: 382013

URL: http://svn.apache.org/viewcvs?rev=382013&view=rev
Log:
servicemix-http and servicemix-jms are not recognized as binding components

Modified:
    incubator/servicemix/trunk/servicemix-http/project.properties
    incubator/servicemix/trunk/servicemix-jms/project.properties

Modified: incubator/servicemix/trunk/servicemix-http/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.properties?rev=382013&r1=382012&r2=382013&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.properties (original)
+++ incubator/servicemix/trunk/servicemix-http/project.properties Wed Mar  1 05:39:32 2006
@@ -20,3 +20,4 @@
 
 jbi.component.class.name = org.apache.servicemix.http.HttpComponent
 jbi.bootstrap.class.name = org.apache.servicemix.http.HttpBootstrap
+jbi.component.type=binding-component

Modified: incubator/servicemix/trunk/servicemix-jms/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/project.properties?rev=382013&r1=382012&r2=382013&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/project.properties (original)
+++ incubator/servicemix/trunk/servicemix-jms/project.properties Wed Mar  1 05:39:32 2006
@@ -20,3 +20,4 @@
 
 jbi.component.class.name = org.apache.servicemix.jms.JmsComponent
 jbi.bootstrap.class.name = org.apache.servicemix.jms.JmsBootstrap
+jbi.component.type=binding-component