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:14:01 UTC

svn commit: r1330833 - in /karaf/cellar/branches/cellar-2.2.x: samples/camel-hazelcast-app/consumer/pom.xml samples/camel-hazelcast-app/producer/pom.xml webconsole/pom.xml

Author: jbonofre
Date: Thu Apr 26 13:14:00 2012
New Revision: 1330833

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

Modified:
    karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/consumer/pom.xml
    karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/producer/pom.xml
    karaf/cellar/branches/cellar-2.2.x/webconsole/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/consumer/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/consumer/pom.xml?rev=1330833&r1=1330832&r2=1330833&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/consumer/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/consumer/pom.xml Thu Apr 26 13:14:00 2012
@@ -35,7 +35,7 @@
 
     <properties>
         <osgi.export>
-
+            !*
         </osgi.export>
         <osgi.import>
             com.hazelcast.core,
@@ -62,4 +62,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/producer/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/producer/pom.xml?rev=1330833&r1=1330832&r2=1330833&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/producer/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/samples/camel-hazelcast-app/producer/pom.xml Thu Apr 26 13:14:00 2012
@@ -35,7 +35,7 @@
 
     <properties>
         <osgi.export>
-
+            !*
         </osgi.export>
         <osgi.import>
             com.hazelcast.core,
@@ -62,4 +62,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: karaf/cellar/branches/cellar-2.2.x/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/webconsole/pom.xml?rev=1330833&r1=1330832&r2=1330833&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/webconsole/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/webconsole/pom.xml Thu Apr 26 13:14:00 2012
@@ -112,7 +112,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. -->