Author: mcculls
Date: Thu Sep 3 17:22:01 2009
New Revision: 811047
URL: http://svn.apache.org/viewvc?rev=811047&view=rev
Log:
For some reason the CI build is using the 1.4.0 bundleplugin for everything, so
put explicit private package instruction in to pull in the internal packages
(v2.0.0 automatically adds them)
Modified:
felix/trunk/fileinstall/pom.xml
Modified: felix/trunk/fileinstall/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=811047&r1=811046&r2=811047&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Thu Sep 3 17:22:01 2009
@@ -56,8 +56,10 @@
org.apache.felix.fileinstall;version=${project.version},
org.osgi.service.cm
</Export-Package>
+ <Private-Package>
+ org.apache.felix.fileinstall.internal
+ </Private-Package>
<Import-Package>
- !org.apache.felix.fileinstall.internal*,
org.osgi.service.log;resolution:=optional,
*
</Import-Package>