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>