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/24 16:50:15 UTC

svn commit: r1329752 - /karaf/trunk/bundle/command/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:50:14 2012
New Revision: 1329752

URL: http://svn.apache.org/viewvc?rev=1329752&view=rev
Log:
[KARAF-1383] Fix build warning messages in bundle command module

Modified:
    karaf/trunk/bundle/command/pom.xml

Modified: karaf/trunk/bundle/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/bundle/command/pom.xml?rev=1329752&r1=1329751&r2=1329752&view=diff
==============================================================================
--- karaf/trunk/bundle/command/pom.xml (original)
+++ karaf/trunk/bundle/command/pom.xml Tue Apr 24 14:50:14 2012
@@ -94,8 +94,8 @@
                         <Export-Package>!*</Export-Package>
                         <Private-Package>
                             org.apache.karaf.bundle.command*,
-                            org.apache.felix.utils.version,
-                            org.apache.felix.utils.manifest,
+                            org.apache.felix.utils.version;-split-package:=merge-first,
+                            org.apache.felix.utils.manifest;-split-package:=merge-first,
                             !*
                         </Private-Package>
                     </instructions>