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 /applications
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 'applications')
-rw-r--r--applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
index 228afba1b..502fdb5b9 100644
--- a/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
+++ b/applications/kosmos/bundles/org.eclipse.ecf.presence.bot.kosmos/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.presence.bot.kosmos;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Automatic-Module-Name: org.eclipse.ecf.presence.bot.kosmos
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Provider: %providerName
Bundle-Localization: plugin

Back to the top