You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2012/04/10 18:52:51 UTC

svn commit: r1311863 - /karaf/branches/karaf-2.3.x/shell/dev/pom.xml

Author: gnodet
Date: Tue Apr 10 16:52:50 2012
New Revision: 1311863

URL: http://svn.apache.org/viewvc?rev=1311863&view=rev
Log:
[FELIX-908] Fix missing private package

Modified:
    karaf/branches/karaf-2.3.x/shell/dev/pom.xml

Modified: karaf/branches/karaf-2.3.x/shell/dev/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/shell/dev/pom.xml?rev=1311863&r1=1311862&r2=1311863&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/shell/dev/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/shell/dev/pom.xml Tue Apr 10 16:52:50 2012
@@ -106,6 +106,7 @@
                             *
                         </Import-Package>
                         <Private-Package>
+                            org.apache.felix.utils.properties,
                             org.apache.felix.utils.version,
                             org.apache.karaf.util,
                             org.ops4j.pax.url.mvn,