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/26 15:42:36 UTC

svn commit: r1330849 - /karaf/cellar/trunk/webconsole/pom.xml

Author: jbonofre
Date: Thu Apr 26 13:42:36 2012
New Revision: 1330849

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

Modified:
    karaf/cellar/trunk/webconsole/pom.xml

Modified: karaf/cellar/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/webconsole/pom.xml?rev=1330849&r1=1330848&r2=1330849&view=diff
==============================================================================
--- karaf/cellar/trunk/webconsole/pom.xml (original)
+++ karaf/cellar/trunk/webconsole/pom.xml Thu Apr 26 13:42:36 2012
@@ -111,7 +111,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!${project.artifactId}*,*</Import-Package>
+                        <Import-Package>*</Import-Package>
                         <Embed-Dependency>
                             <!-- Required for JSON data transfer -->
                             <!-- TODO: this needs to be put in a common place for reuse. -->
@@ -123,4 +123,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>