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:51:56 UTC

svn commit: r1329762 - /karaf/trunk/dev/command/pom.xml

Author: jbonofre
Date: Tue Apr 24 14:51:55 2012
New Revision: 1329762

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

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

Modified: karaf/trunk/dev/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/dev/command/pom.xml?rev=1329762&r1=1329761&r2=1329762&view=diff
==============================================================================
--- karaf/trunk/dev/command/pom.xml (original)
+++ karaf/trunk/dev/command/pom.xml Tue Apr 24 14:51:55 2012
@@ -95,8 +95,8 @@
                         <Private-Package>
                             org.apache.karaf.dev.command,
                             org.apache.karaf.dev.command.bundletree,
-                            org.apache.felix.utils.manifest,
-                            org.apache.felix.utils.version
+                            org.apache.felix.utils.manifest;-split-package:=merge-first,
+                            org.apache.felix.utils.version;-split-package:=merge-first
                         </Private-Package>
                     </instructions>
                 </configuration>