You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/11/11 12:34:30 UTC

svn commit: r1200819 - /camel/trunk/platforms/karaf/commands/pom.xml

Author: ningjiang
Date: Fri Nov 11 11:34:29 2011
New Revision: 1200819

URL: http://svn.apache.org/viewvc?rev=1200819&view=rev
Log:
CAMEL-4659 Open the range when importing org.apache.felix on camel-command bundle

Modified:
    camel/trunk/platforms/karaf/commands/pom.xml

Modified: camel/trunk/platforms/karaf/commands/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/commands/pom.xml?rev=1200819&r1=1200818&r2=1200819&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/commands/pom.xml (original)
+++ camel/trunk/platforms/karaf/commands/pom.xml Fri Nov 11 11:34:29 2011
@@ -70,8 +70,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.felix.service.command,
-              org.apache.felix.gogo.commands,
+              org.apache.felix.service.command;version="[0.6,1)",
+              org.apache.felix.gogo.commands;version="[0.6,1)",
               org.apache.karaf.shell.console,
               *
             </Import-Package>