Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2011-02-17 03:12:34 +0000
committerslewis2011-02-17 03:12:34 +0000
commitf1d0b040894aaed4739c51f0e2f6395c6202ab21 (patch)
tree5648330443152f018a6d2ea5afedb249d494c492 /providers/bundles/org.eclipse.ecf.provider.xmpp.datashare
parent7f90cde307375ee18f42e7779f05c6098104a12d (diff)
downloadorg.eclipse.ecf-f1d0b040894aaed4739c51f0e2f6395c6202ab21.tar.gz
org.eclipse.ecf-f1d0b040894aaed4739c51f0e2f6395c6202ab21.tar.xz
org.eclipse.ecf-f1d0b040894aaed4739c51f0e2f6395c6202ab21.zip
Fix for releng bugs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337387 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=337386
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp.datashare')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF1
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties1
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/plugin.properties2
3 files changed, 3 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF
index 69ef79cbc..50b908d44 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ecf.datashare;bundle-version="2.0.0",
org.eclipse.ecf.provider.datashare;bundle-version="1.0.0"
+Bundle-Localization: plugin
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties
index bc3b65acb..4c4f98f26 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/build.properties
@@ -2,3 +2,4 @@ bin.includes = META-INF/,\
.,\
fragment.xml,\
plugin.properties
+src.includes = fragment.xml
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 3afc38f9d..bf1af2bde 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 Provider Datashare
+pluginName = ECF XMPP Datashare Support Fragment
providerName = Eclipse.org - ECF

Back to the top