Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-07 05:10:13 +0000
committerslewis2014-03-07 05:10:13 +0000
commitca720448e9559a762e1265d25a2a37ced14556ef (patch)
tree049195dc86d0a17fbb03010af4ac34fc39135dd1
parent7ada31de677b34f4bb3b5312130aab80c0df1a7d (diff)
downloadorg.eclipse.ecf-ca720448e9559a762e1265d25a2a37ced14556ef.tar.gz
org.eclipse.ecf-ca720448e9559a762e1265d25a2a37ced14556ef.tar.xz
org.eclipse.ecf-ca720448e9559a762e1265d25a2a37ced14556ef.zip
Fix for XMPP provider datashare fragment name
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties
index bf1af2bde..b32cb931f 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties
@@ -6,5 +6,5 @@
# http://www.eclipse.org/legal/epl-v10.html
#
############################################################################
-pluginName = ECF XMPP Datashare Support Fragment
+pluginName = ECF XMPP Provider Datashare Support
providerName = Eclipse.org - ECF

Back to the top