Hi Guillaume,

I already fix the osgi package exporting issue.
So there are two
"org.apache.camel.osgi.*;${camel.osgi.version}" in the pom of camel-spring-osgi, I will clean up the duplication shortly.

Willem

gno...@apache.org wrote:
Author: gnodet
Date: Tue Jun  1 17:12:42 2010
New Revision: 950170

URL: http://svn.apache.org/viewvc?rev=950170&view=rev
Log:
Export the osgi package from camel-osgi

Modified:
    camel/trunk/components/camel-spring-osgi/pom.xml

Modified: camel/trunk/components/camel-spring-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-osgi/pom.xml?rev=950170&r1=950169&r2=950170&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-osgi/pom.xml (original)
+++ camel/trunk/components/camel-spring-osgi/pom.xml Tue Jun  1 17:12:42 2010
@@ -28,6 +28,7 @@
         *
       </camel.osgi.import>
       <camel.osgi.export>
+        org.apache.camel.osgi.*;${camel.osgi.version},
         org.apache.camel.spring.*;${camel.osgi.version},
         org.apache.camel.osgi.*;${camel.osgi.version},
         
org.apache.camel.component;${camel.osgi.split.pkg};${camel.osgi.version},




Reply via email to