Author: iocanel
Date: Tue May 17 14:37:31 2011
New Revision: 1104286

URL: http://svn.apache.org/viewvc?rev=1104286&view=rev
Log:
[SMX4-827] Fixed an issue with the import packages in the bcprov OSGi bundles

Modified:
    servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml?rev=1104286&r1=1104285&r2=1104286&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml Tue May 17 14:37:31 
2011
@@ -46,7 +46,8 @@
             javax.crypto*;resolution:=optional,
             javax.naming*;resolution:=optional,
             javax.security*;resolution:=optional,
-            junit*;resolution:=optional
+            junit*;resolution:=optional,
+            *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
         </servicemix.osgi.private.pkg>

Modified: servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml?rev=1104286&r1=1104285&r2=1104286&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml Tue May 17 14:37:31 
2011
@@ -46,7 +46,8 @@
             javax.crypto*;resolution:=optional,
             javax.naming*;resolution:=optional,
             javax.security*;resolution:=optional,
-            junit*;resolution:=optional
+            junit*;resolution:=optional,
+            *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
         </servicemix.osgi.private.pkg>


Reply via email to