You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/16 16:10:35 UTC

svn commit: r1245016 - /karaf/trunk/admin/core/pom.xml

Author: jbonofre
Date: Thu Feb 16 15:10:35 2012
New Revision: 1245016

URL: http://svn.apache.org/viewvc?rev=1245016&view=rev
Log:
[KARAF-1158] Include the admin resources in the admin.core bundle

Modified:
    karaf/trunk/admin/core/pom.xml

Modified: karaf/trunk/admin/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/admin/core/pom.xml?rev=1245016&r1=1245015&r2=1245016&view=diff
==============================================================================
--- karaf/trunk/admin/core/pom.xml (original)
+++ karaf/trunk/admin/core/pom.xml Thu Feb 16 15:10:35 2012
@@ -106,10 +106,6 @@
                             <resources>
                                 <resource>
                                     <directory>${project.basedir}/../../assemblies/features/framework/src/main/resources</directory>
-                                    <includes>
-                                        <include>**/*.properties</include>
-                                        <include>**/*.cfg</include>
-                                    </includes>
                                     <excludes>
                                         <exclude>**/org.apache.karaf.management.cfg</exclude>
                                         <exclude>**/org.apache.karaf.shell.cfg</exclude>
@@ -154,8 +150,7 @@
                         </Import-Package>
                         <Private-Package>
                             org.apache.felix.utils.properties,
-                            org.apache.karaf.admin.bin,
-                            org.apache.karaf.admin.etc,
+                            org.apache.karaf.admin.resources*,
                             org.apache.karaf.admin.internal,
                             org.apache.karaf.jpm.impl,
                         </Private-Package>