You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/09 18:07:31 UTC

svn commit: r1336264 - /cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml

Author: dkulp
Date: Wed May  9 16:07:31 2012
New Revision: 1336264

URL: http://svn.apache.org/viewvc?rev=1336264&view=rev
Log:
Merged revisions 1336002 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1336002 | cschneider | 2012-05-09 04:45:33 -0400 (Wed, 09 May 2012) | 2 lines

  CXF-4300 Increasing import range to [2.2,4) to allow the commands to install in karaf 3

........

Modified:
    cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml

Modified: cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml?rev=1336264&r1=1336263&r2=1336264&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/osgi/karaf/commands/pom.xml Wed May  9 16:07:31 2012
@@ -73,7 +73,7 @@
               org.apache.felix.service.command;version="[0.6,1)",
               org.apache.felix.gogo.commands;version="[0.6,1)",
               org.apache.cxf*;version="[2.5,3)",
-              org.apache.karaf.shell.console,
+              org.apache.karaf.shell.console;version="[2.2,4)",
               *
                         </Import-Package>
                         <_nouses>true</_nouses>