You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/21 00:38:03 UTC

svn commit: r706434 - in /servicemix/smx4/nmr/trunk: jbi/osgi/pom.xml nmr/commands/pom.xml

Author: gnodet
Date: Mon Oct 20 15:38:02 2008
New Revision: 706434

URL: http://svn.apache.org/viewvc?rev=706434&view=rev
Log:
SMX4NMR-52: Use version ranges to make sure the NMR can be deployed at least onto ServiceMix Kernel 1.0.0

Modified:
    servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
    servicemix/smx4/nmr/trunk/nmr/commands/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml?rev=706434&r1=706433&r2=706434&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml Mon Oct 20 15:38:02 2008
@@ -72,6 +72,7 @@
                             org.apache.servicemix.jbi.runtime,
                             org.apache.servicemix.jbi.runtime.impl,
                             org.apache.servicemix.jbi.osgi,
+                            org.osgi.framework;version="[1.3,2.0)",
                             org.osgi.service.url,
                             *
                         </Import-Package>

Modified: servicemix/smx4/nmr/trunk/nmr/commands/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/commands/pom.xml?rev=706434&r1=706433&r2=706434&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/commands/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/commands/pom.xml Mon Oct 20 15:38:02 2008
@@ -52,6 +52,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                        <Import-Package>org.osgi.framework;version="[1.3,2.0)",*</Import-Package>
                         <Export-Package>${pom.artifactId}</Export-Package>
                         <Spring-Context>*;publish-context:=false;create-asynchronously:=false</Spring-Context>
                     </instructions>