You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2008/12/17 23:39:26 UTC

svn commit: r727559 - in /servicemix/smx4/bundles/trunk: bundles-pom/pom.xml commons-dbcp-1.2.2/pom.xml

Author: ccustine
Date: Wed Dec 17 14:39:25 2008
New Revision: 727559

URL: http://svn.apache.org/viewvc?rev=727559&view=rev
Log:
SMX4-177 commons-dbcp component doesn't allow dynamic imports

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
    servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=727559&r1=727558&r2=727559&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Wed Dec 17 14:39:25 2008
@@ -38,6 +38,7 @@
         <servicemix.osgi.export.pkg />
         <servicemix.osgi.import.pkg />
         <servicemix.osgi.private.pkg />
+        <servicemix.osgi.dynamicimport.pkg />
         <servicemix.osgi.failok>false</servicemix.osgi.failok>
     </properties>
 
@@ -96,6 +97,7 @@
                         <Export-Package>${servicemix.osgi.export}</Export-Package>
                         <Import-Package>${servicemix.osgi.import.pkg}*</Import-Package>
                         <Private-Package>${servicemix.osgi.private.pkg}</Private-Package>
+                        <DynamicImport-Package>${servicemix.osgi.dynamicimport.pkg}</DynamicImport-Package>
                         <_failok>${servicemix.osgi.failok}</_failok>
                     </instructions>
                     <unpackBundle>true</unpackBundle>

Modified: servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml?rev=727559&r1=727558&r2=727559&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml Wed Dec 17 14:39:25 2008
@@ -42,6 +42,7 @@
         <servicemix.osgi.export.pkg>
             org.apache.commons*
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.dynamicimport.pkg>*</servicemix.osgi.dynamicimport.pkg>
     </properties>
 
     <dependencies>