Author: gnodet
Date: Mon Feb 25 12:15:31 2008
New Revision: 630978
URL: http://svn.apache.org/viewvc?rev=630978&view=rev
Log:
SMX4KNL-18: Remove unused DynamicImport-Package in filemonitor
Modified:
servicemix/smx4/kernel/trunk/filemonitor/pom.xml
Modified: servicemix/smx4/kernel/trunk/filemonitor/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/filemonitor/pom.xml?rev=630978&r1=630977&r2=630978&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/filemonitor/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/filemonitor/pom.xml Mon Feb 25 12:15:31 2008
@@ -108,7 +108,6 @@
<instructions>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Export-Package>${pom.artifactId}</Export-Package>
- <DynamicImport-Package>*</DynamicImport-Package>
<Bundle-Activator>org.apache.servicemix.kernel.filemonitor.FileMonitorActivator</Bundle-Activator>
</instructions>
</configuration>