Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF2
-rw-r--r--protocols/bundles/org.jivesoftware.smack/plugin.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
index db2008bdc..632fd139e 100644
--- a/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.jivesoftware.smack/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
-Bundle-SymbolicName: org.jivesoftware.smack;singleton:=true
+Bundle-SymbolicName: org.jivesoftware.smack
Bundle-Version: 2.2.1
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
diff --git a/protocols/bundles/org.jivesoftware.smack/plugin.xml b/protocols/bundles/org.jivesoftware.smack/plugin.xml
index 376d401db..b2e8484d0 100644
--- a/protocols/bundles/org.jivesoftware.smack/plugin.xml
+++ b/protocols/bundles/org.jivesoftware.smack/plugin.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
+<!--
<extension-point id="providerManagers" name="Smack Extension/IQ Provider Managers" schema="schema/providerManagers.exsd"/>
<extension-point id="debuggers" name="Smack Debugger" schema="schema/debuggers.exsd"/>
+ -->
</plugin>

Back to the top