You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/01/13 16:56:05 UTC

svn commit: r898814 - in /activemq/branches/activemq-5.3: activemq-core/pom.xml pom.xml

Author: dejanb
Date: Wed Jan 13 15:56:05 2010
New Revision: 898814

URL: http://svn.apache.org/viewvc?rev=898814&view=rev
Log:
merging 898812 - https://issues.apache.org/activemq/browse/AMQ-2488 - dynamic osgi import for activemq-core

Modified:
    activemq/branches/activemq-5.3/activemq-core/pom.xml
    activemq/branches/activemq-5.3/pom.xml

Modified: activemq/branches/activemq-5.3/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-core/pom.xml?rev=898814&r1=898813&r2=898814&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-core/pom.xml Wed Jan 13 15:56:05 2010
@@ -53,6 +53,7 @@
       org.apache.activemq*;version=${project.version},
       '=META-INF.services.org.apache.xbean.spring.http.activemq.apache.org.schema'
     </activemq.osgi.export>
+    <activemq.osgi.dynamic.import>*</activemq.osgi.dynamic.import>
   </properties>
 
   <dependencies>

Modified: activemq/branches/activemq-5.3/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/pom.xml?rev=898814&r1=898813&r2=898814&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/pom.xml (original)
+++ activemq/branches/activemq-5.3/pom.xml Wed Jan 13 15:56:05 2010
@@ -88,6 +88,7 @@
     <activemq.osgi.export>${activemq.osgi.export.pkg}*;version=${activemq.osgi.export.version}</activemq.osgi.export>
     <activemq.osgi.export.version>${project.version}</activemq.osgi.export.version>
     <activemq.osgi.import>${activemq.osgi.import.pkg}</activemq.osgi.import>
+    <activemq.osgi.dynamic.import/>
     <activemq.osgi.symbolic.name>${groupId}.${artifactId}</activemq.osgi.symbolic.name>
   </properties>
   <prerequisites>
@@ -1061,6 +1062,7 @@
             <Bundle-SymbolicName>${activemq.osgi.symbolic.name}</Bundle-SymbolicName>
             <Export-Package>${activemq.osgi.export}</Export-Package>
             <Import-Package>${activemq.osgi.import}</Import-Package>
+            <DynamicImport-Package>${activemq.osgi.dynamic.import}</DynamicImport-Package>
             <Private-Package>${activemq.osgi.private.pkg}</Private-Package>
             <Implementation-Title>Apache ActiveMQ</Implementation-Title>
             <Implementation-Version>${project.version}</Implementation-Version>