You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/04 16:41:34 UTC

svn commit: r1309413 - in /servicemix/smx4/bundles/trunk: bcprov-jdk15-1.46/pom.xml bcprov-jdk16-1.46/pom.xml pom.xml

Author: jbonofre
Date: Wed Apr  4 14:41:34 2012
New Revision: 1309413

URL: http://svn.apache.org/viewvc?rev=1309413&view=rev
Log:
[SMX4-1119] Fix warning messages in bcprov 1.46 bundles
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml
    servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml
    servicemix/smx4/bundles/trunk/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=1309413&r1=1309412&r2=1309413&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk15-1.46/pom.xml Wed Apr  4 14:41:34 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -43,15 +43,11 @@
             org.bouncycastle*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.bouncycastle.*,
             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>
     </properties>
 
     <dependencies>

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=1309413&r1=1309412&r2=1309413&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcprov-jdk16-1.46/pom.xml Wed Apr  4 14:41:34 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309413&r1=1309412&r2=1309413&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Apr  4 14:41:34 2012
@@ -78,6 +78,8 @@
         <module>bcel-5.2</module>
         <module>bcpg-jdk15-1.46</module>
         <module>bcpg-jdk16-1.46</module>
+        <module>bcprov-jdk15-1.46</module>
+        <module>bcprov-jdk16-1.46</module>
     </modules>
 
 </project>