Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-02 20:06:15 +0000
committerslewis2018-03-02 20:06:15 +0000
commit10a014255f5066e80a4f1c872a39016069671ec3 (patch)
tree56aedd5a0a9a382050b84e908aa053416ddc8a6e /protocols/bundles/org.eclipse.ecf.protocol.bittorrent
parent6137624f18eb249c4ce658796c4a28f9ed7d85ae (diff)
downloadorg.eclipse.ecf-10a014255f5066e80a4f1c872a39016069671ec3.tar.gz
org.eclipse.ecf-10a014255f5066e80a4f1c872a39016069671ec3.tar.xz
org.eclipse.ecf-10a014255f5066e80a4f1c872a39016069671ec3.zip
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952
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