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 2012/04/20 08:22:24 UTC

svn commit: r1328219 - /karaf/cellar/branches/cellar-2.2.x/utils/pom.xml

Author: jbonofre
Date: Fri Apr 20 06:22:23 2012
New Revision: 1328219

URL: http://svn.apache.org/viewvc?rev=1328219&view=rev
Log:
[KARAF-1383] Fix warning messages in Cellar utils module

Modified:
    karaf/cellar/branches/cellar-2.2.x/utils/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/utils/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/utils/pom.xml?rev=1328219&r1=1328218&r2=1328219&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/utils/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/utils/pom.xml Fri Apr 20 06:22:23 2012
@@ -36,9 +36,8 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <osgi.import>
-            !org.apache.karaf.cellar.utils*,
             org.apache.karaf.cellar.core*;version="${project.version}",
-            *
+            org.osgi*
         </osgi.import>
         <osgi.dynamic.import>javax.*,org.w3c.*,org.xml.*</osgi.dynamic.import>
         <osgi.export>