Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-22 19:42:46 +0000
committerslewis2007-06-22 19:42:46 +0000
commit28269308300b8b8bcdd515237b53bd44a91177c3 (patch)
treec49dbeaaa75d5742e753a3aad4ecb9e03021920b /protocols
parent1be143c4e5cadbb8e82a47a5a7f215245fd8a44b (diff)
downloadorg.eclipse.ecf-28269308300b8b8bcdd515237b53bd44a91177c3.tar.gz
org.eclipse.ecf-28269308300b8b8bcdd515237b53bd44a91177c3.tar.xz
org.eclipse.ecf-28269308300b8b8bcdd515237b53bd44a91177c3.zip
Removed extension point declarations and removed bundle singleton directive
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