Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-06-21 15:40:59 +0000
committerMichael Keppler2019-06-30 14:33:33 +0000
commitb63c233bb460629b0ce018b2c79e0c388b1ea889 (patch)
treec0c9d72e560a79fffa7b4f0f12146d08ba4d1f1b /org.eclipse.mylyn.github.ui/META-INF
parent2565bf7ae358f156fcac7f5d007dc7cd4bf7e2d8 (diff)
downloadegit-github-b63c233bb460629b0ce018b2c79e0c388b1ea889.tar.gz
egit-github-b63c233bb460629b0ce018b2c79e0c388b1ea889.tar.xz
egit-github-b63c233bb460629b0ce018b2c79e0c388b1ea889.zip
unify bundle name placeholders
To simplify validation in our workspace, use the same placeholders everywhere. Change-Id: I05ecb9ed5123e9f272923a09cdd241ff3f4b3779 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 96b44c9a..63538661 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.ui
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
Bundle-Version: 5.5.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-Vendor: %providerName
+Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.108.0,4.0.0)",

Back to the top