Hello JB, I am not using maven-bundle-plugin. We are building jar and making it compatible with OSGI
Here how it looks Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SvnCheckoutService Created-By: 1.7.0_40 (Oracle Corporation) Bundle-SymbolicName: com.xyz.svncheckout Bundle-Version: 1.0.3 Bundle-Activator: com. xyz.svncheckout.Activator Bundle-Vendor: Abhilash Bundle-Localization: plugin Import-Package: org.osgi.framework,org.apache.camel, org.apache.camel.impl,org.apache.camel.builder,org.apache.camel.builder.xml,org.apache.camel.model,org.apache.camel.component,org.apache.camel.component.http,org.apache.camel.core.osgi,org.apache.camel.spi,javax.xml.bind.annotation,javax.xml.bind,com.sun.xml.bind,javax.xml.namespace, org.tmatesoft.svn -- View this message in context: http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043219.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
