Author: ffang
Date: Mon May 13 01:36:00 2013
New Revision: 1481681

URL: http://svn.apache.org/r1481681
Log:
[SM-2200]add dynamic import for rhino bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml
    servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1481681&r1=1481680&r2=1481681&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon May 13 01:36:00 2013
@@ -44,6 +44,8 @@
     <modules>
         <!-- add modules for all bundles to released in the next batch here -->
         <module>ical4j-1.0.4</module>
+        <module>rhino-1.7-R1</module>
+        <module>rhino-1.7-R2</module>
         <module>rhino-1.7-R3</module>
     </modules>
 

Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml?rev=1481681&r1=1481680&r2=1481681&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml Mon May 13 01:36:00 2013
@@ -51,6 +51,7 @@
         <servicemix.osgi.export.pkg>
             org.mozilla
         </servicemix.osgi.export.pkg>
+        
<servicemix.osgi.dynamicimport.pkg>*</servicemix.osgi.dynamicimport.pkg>
     </properties>
 
     <dependencies>

Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml?rev=1481681&r1=1481680&r2=1481681&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R2/pom.xml Mon May 13 01:36:00 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -49,6 +49,7 @@
             org.w3c*;resolution:=optional,
             org.xml*;resolution:=optional
         </servicemix.osgi.import.pkg>
+        
<servicemix.osgi.dynamicimport.pkg>*</servicemix.osgi.dynamicimport.pkg>
     </properties>
 
     <dependencies>


Reply via email to