Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/bundles/org.eclipse.ecf.protocol.bittorrent')
-rw-r--r--protocols/bundles/org.eclipse.ecf.protocol.bittorrent/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/META-INF/MANIFEST.MF b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/META-INF/MANIFEST.MF
index 580826703..38017d5fb 100644
--- a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.protocol.bittorrent
-Bundle-Version: 0.3.0.qualifier
+Automatic-Module-Name: org.eclipse.ecf.protocol.bittorrent
+Bundle-Version: 0.3.100.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.protocol.bittorrent;version="1.0.0",
org.eclipse.ecf.protocol.bittorrent.internal.encode;x-internal:=true,

Back to the top