You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2017/03/22 15:15:41 UTC

svn commit: r1788118 - /felix/trunk/converter/converter/pom.xml

Author: davidb
Date: Wed Mar 22 15:15:41 2017
New Revision: 1788118

URL: http://svn.apache.org/viewvc?rev=1788118&view=rev
Log:
Felix Converter - specify the package merge policy for the API package.

Modified:
    felix/trunk/converter/converter/pom.xml

Modified: felix/trunk/converter/converter/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/converter/converter/pom.xml?rev=1788118&r1=1788117&r2=1788118&view=diff
==============================================================================
--- felix/trunk/converter/converter/pom.xml (original)
+++ felix/trunk/converter/converter/pom.xml Wed Mar 22 15:15:41 2017
@@ -66,7 +66,7 @@
                 <configuration>
                     <instructions>
                         <Private-Package>org.apache.felix.converter.*,org.apache.felix.utils.*</Private-Package>
-                        <Export-Package>org.osgi.util.function,org.osgi.util.converter</Export-Package>
+                        <Export-Package>org.osgi.util.function,org.osgi.util.converter;-split-package:=merge-first</Export-Package>
                         <Import-Package>org.osgi.util.converter, *</Import-Package>
                     </instructions>
                 </configuration>