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/04/24 18:46:32 UTC

svn commit: r1329843 - /karaf/trunk/region/commands/pom.xml

Author: jbonofre
Date: Tue Apr 24 16:46:32 2012
New Revision: 1329843

URL: http://svn.apache.org/viewvc?rev=1329843&view=rev
Log:
[KARAF-1383] Fix build warning messages in region modules

Modified:
    karaf/trunk/region/commands/pom.xml

Modified: karaf/trunk/region/commands/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/region/commands/pom.xml?rev=1329843&r1=1329842&r2=1329843&view=diff
==============================================================================
--- karaf/trunk/region/commands/pom.xml (original)
+++ karaf/trunk/region/commands/pom.xml Tue Apr 24 16:46:32 2012
@@ -92,7 +92,6 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            !${project.artifactId}*,
                             *
                         </Import-Package>
                         <Private-Package>!*</Private-Package>