You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/01/31 04:57:02 UTC

svn commit: r616994 - /felix/trunk/prefs/pom.xml

Author: mcculls
Date: Wed Jan 30 19:57:00 2008
New Revision: 616994

URL: http://svn.apache.org/viewvc?rev=616994&view=rev
Log:
Add missing interface classes to Private-Package to avoid unresolved package on bundle install

Modified:
    felix/trunk/prefs/pom.xml

Modified: felix/trunk/prefs/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/prefs/pom.xml?rev=616994&r1=616993&r2=616994&view=diff
==============================================================================
--- felix/trunk/prefs/pom.xml (original)
+++ felix/trunk/prefs/pom.xml Wed Jan 30 19:57:00 2008
@@ -73,6 +73,7 @@
                         </Export-Package>
                         <Private-Package>
                             org.apache.felix.prefs.impl,
+                            org.apache.commons.codec,
                             org.apache.commons.codec.binary
                         </Private-Package>
                         <Bundle-Activator>