Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-02-11 16:05:27 +0000
committerShawn O. Pearce2010-02-11 16:05:27 +0000
commitf701560d6f08edbf55a3afad2765400ecf1753ba (patch)
tree76f0ee4e595e5ad5bd739883544be1ce1272acb9 /org.eclipse.egit/META-INF/MANIFEST.MF
parentf50c28b7e1d8c6d259e9386c87ed691383ff11de (diff)
downloadegit-f701560d6f08edbf55a3afad2765400ecf1753ba.tar.gz
egit-f701560d6f08edbf55a3afad2765400ecf1753ba.tar.xz
egit-f701560d6f08edbf55a3afad2765400ecf1753ba.zip
Correct EGit feature localization
We didn't tag our branding plugin as being localized, which meant the %plugin_name and %provider_name tags weren't being updated off the plugin.properties. This caused our feature to show incorrectly in the About dialog. Change-Id: Ic93334a6e7380402ec86a40f558c6e61caf40877 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.egit/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF
index 07949b9777..3fea50c335 100644
--- a/org.eclipse.egit/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit/META-INF/MANIFEST.MF
@@ -4,4 +4,6 @@ Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.egit
Bundle-Version: 0.6.0.qualifier
Bundle-Vendor: %provider_name
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top