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 2009/03/04 14:45:29 UTC

svn commit: r750007 - /servicemix/smx4/nmr/trunk/nmr/spring/pom.xml

Author: gnodet
Date: Wed Mar  4 13:45:29 2009
New Revision: 750007

URL: http://svn.apache.org/viewvc?rev=750007&view=rev
Log:
Remove unneeded dynamic import package

Modified:
    servicemix/smx4/nmr/trunk/nmr/spring/pom.xml

Modified: servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/spring/pom.xml?rev=750007&r1=750006&r2=750007&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/spring/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/spring/pom.xml Wed Mar  4 13:45:29 2009
@@ -66,7 +66,6 @@
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Export-Package>${pom.artifactId}</Export-Package>
-                        <DynamicImport-Package>*</DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>