Author: cschneider
Date: Tue Mar 13 16:23:40 2012
New Revision: 1300219
URL: http://svn.apache.org/viewvc?rev=1300219&view=rev
Log:
KARAF-963 correct Manifest
Modified:
karaf/trunk/config/core/pom.xml
Modified: karaf/trunk/config/core/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/config/core/pom.xml?rev=1300219&r1=1300218&r2=1300219&view=diff
==============================================================================
--- karaf/trunk/config/core/pom.xml (original)
+++ karaf/trunk/config/core/pom.xml Tue Mar 13 16:23:40 2012
@@ -95,8 +95,10 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
+
<Export-Package>org.apache.karaf.config.core</Export-Package>
<Private-Package>
- org.apache.felix.utils.properties
+ org.apache.felix.utils.properties,
+ org.apache.karaf.config.core.impl
</Private-Package>
</instructions>
</configuration>