You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/08/13 20:19:30 UTC

svn commit: r1157405 - /karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml

Author: jbonofre
Date: Sat Aug 13 18:19:30 2011
New Revision: 1157405

URL: http://svn.apache.org/viewvc?rev=1157405&view=rev
Log:
Update the Karaf version range to be able to run with Karaf 2.2.x and 3.x.

Modified:
    karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml

Modified: karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml?rev=1157405&r1=1157404&r2=1157405&view=diff
==============================================================================
--- karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml (original)
+++ karaf/sandbox/jbonofre/cave/trunk/server/command/pom.xml Sat Aug 13 18:19:30 2011
@@ -56,7 +56,7 @@
                         <Import-Package>
                             org.apache.felix.service.command,
                             org.apache.felix.gogo.commands,
-                            org.apache.karaf.shell.console,
+                            org.apache.karaf.shell.console*;version="[2.2,4)",
                             org.apache.karaf.cave.server.backend.api;version="${project.version}",
                             *
                         </Import-Package>