Author: ffang
Date: Mon Jan 10 04:04:14 2011
New Revision: 1057079
URL: http://svn.apache.org/viewvc?rev=1057079&view=rev
Log:
[SMX4-738]remove org.apache.camel.osgi package import for camel-osgi example
Modified:
servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
Modified: servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml?rev=1057079&r1=1057078&r2=1057079&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml Mon Jan 10
04:04:14 2011
@@ -51,7 +51,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-
<Import-Package>*,org.apache.camel.osgi</Import-Package>
+
<Import-Package>*</Import-Package>
<Private-Package>org.apache.servicemix.examples.camel</Private-Package>
</instructions>
</configuration>