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 2013/08/19 15:48:46 UTC

svn commit: r1515415 - in /karaf/branches/karaf-2.3.x: admin/core/pom.xml jaas/jasypt/pom.xml

Author: jbonofre
Date: Mon Aug 19 13:48:46 2013
New Revision: 1515415

URL: http://svn.apache.org/r1515415
Log:
Fix build warning messages

Modified:
    karaf/branches/karaf-2.3.x/admin/core/pom.xml
    karaf/branches/karaf-2.3.x/jaas/jasypt/pom.xml

Modified: karaf/branches/karaf-2.3.x/admin/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/admin/core/pom.xml?rev=1515415&r1=1515414&r2=1515415&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/admin/core/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/admin/core/pom.xml Mon Aug 19 13:48:46 2013
@@ -211,7 +211,7 @@
                             org.apache.karaf.admin.internal,
                             org.apache.karaf.jpm.impl,
                             org.apache.karaf.util.properties,
-                            org.apache.felix.utils.properties
+                            org.apache.felix.utils.properties;-split-package:=merge-first
                         </Private-Package>
                     </instructions>
                 </configuration>

Modified: karaf/branches/karaf-2.3.x/jaas/jasypt/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/jaas/jasypt/pom.xml?rev=1515415&r1=1515414&r2=1515415&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/jaas/jasypt/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/jaas/jasypt/pom.xml Mon Aug 19 13:48:46 2013
@@ -142,8 +142,7 @@
                             *
                         </Import-Package>
                         <Private-Package>
-                            org.apache.karaf.jaas.jasypt.impl,
-                            com.ibm.icu*
+                            org.apache.karaf.jaas.jasypt.impl
                         </Private-Package>
                     </instructions>
                 </configuration>