Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-04-22 04:33:00 +0000
committerKevin Sawicki2011-04-22 04:33:00 +0000
commit18a60c058bcb1d2bbc15e4808396a6d23ec82f6f (patch)
treee6de9f7d06f4ecbfdde698f69f6ce845c498511b /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent4e84372bcadc421a16ec689b057d3c43b0b0da59 (diff)
downloadegit-github-18a60c058bcb1d2bbc15e4808396a6d23ec82f6f.tar.gz
egit-github-18a60c058bcb1d2bbc15e4808396a6d23ec82f6f.tar.xz
egit-github-18a60c058bcb1d2bbc15e4808396a6d23ec82f6f.zip
Externalize manifest values to properties file.
Change-Id: I1c293d1ff44cf0d0ddf3ab7f571540626cb6b0af Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 4cb55132..feb12f46 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -1,9 +1,10 @@
Manifest-Version: 1.0
+Bundle-Localization: plugin
Bundle-ManifestVersion: 2
-Bundle-Name: EGit Mylyn GitHub Core Plug-in (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 0.1.0.qualifier
-Bundle-Vendor: Eclipse EGit
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.github.internal;x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.gist;x-friends:="org.eclipse.mylyn.github.ui"

Back to the top