You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/06 03:29:26 UTC

svn commit: r822104 - /tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF

Author: rfeng
Date: Tue Oct  6 01:29:25 2009
New Revision: 822104

URL: http://svn.apache.org/viewvc?rev=822104&view=rev
Log:
Remove DynamicImport-Package to avoid confusion over META-INF/services search

Modified:
    tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF

Modified: tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF?rev=822104&r1=822103&r2=822104&view=diff
==============================================================================
--- tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF (original)
+++ tuscany/java/sca/modules/monitor/META-INF/MANIFEST.MF Tue Oct  6 01:29:25 2009
@@ -9,7 +9,6 @@
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: Apache Tuscany SCA Monitor
 Import-Package: org.apache.tuscany.sca.monitor;version="2.0.0"
-DynamicImport-Package: *
 Bundle-SymbolicName: org.apache.tuscany.sca.monitor
 Bundle-DocURL: http://www.apache.org/
 Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6