Hi,

Do I have to follow this convention to declare the OSGI properties of a new
camel-component :

  <camel.osgi.export>
    org.apache.camel.bindy.*;${camel.osgi.version},
    org.apache.camel.bindy.csv.*;${camel.osgi.version},
    ....
  </camel.osgi.export>

OR 

  <camel.osgi.export>
    org.apache.camel.bindy.*;
    org.apache.camel.bindy.csv.*
    ....
  </camel.osgi.export>


this one 

?

Remark : What is the purpose of these property ${camel.osgi.split.pkg} in
the camel-spring component ?

-----
Charles Moulliard
SOA Architect

My Blog :  http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/  
-- 
View this message in context: 
http://www.nabble.com/Camel-OSGI-export-pom.xml-property-convention---tp21474759s22882p21474759.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to