Author: ningjiang
Date: Tue Mar 29 08:54:29 2011
New Revision: 1086521

URL: http://svn.apache.org/viewvc?rev=1086521&view=rev
Log:
CAMEL-3814 create bundle of camel-core-osgi

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

Modified: camel/trunk/components/camel-core-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-core-osgi/pom.xml?rev=1086521&r1=1086520&r2=1086521&view=diff
==============================================================================
--- camel/trunk/components/camel-core-osgi/pom.xml (original)
+++ camel/trunk/components/camel-core-osgi/pom.xml Tue Mar 29 08:54:29 2011
@@ -28,7 +28,14 @@
 
   <artifactId>camel-core-osgi</artifactId>
   <name>Camel :: Core OSGi</name>
+  <packaging>bundle</packaging>
   <description>Camel Core OSGi support</description>
+  
+  <properties>
+      <camel.osgi.export.pkg>
+            org.apache.camel.core.osgi.*
+      </camel.osgi.export.pkg>
+  </properties>
 
   <dependencies>
 


Reply via email to