You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2008/01/15 13:23:27 UTC

svn commit: r612092 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Tue Jan 15 04:23:24 2008
New Revision: 612092

URL: http://svn.apache.org/viewvc?rev=612092&view=rev
Log:
Add merge-first to prevent a warning while building the bundle

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=612092&r1=612091&r2=612092&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Tue Jan 15 04:23:24 2008
@@ -78,7 +78,8 @@
                         </Export-Package>
                         <Private-Package>
                             org.apache.felix.scr.impl.*, org.kxml2.io,
-                            org.osgi.util.tracker, org.xmlpull.v1
+                            org.osgi.util.tracker,
+                            org.xmlpull.v1;-split-package:=merge-first
                         </Private-Package>
                         <Import-Package>
                             org.apache.felix.shell;resolution:=optional,*