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.core/META-INF/MANIFEST.MF
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.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF4
1 files changed, 2 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 f5042d86..677c7f7c 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.mylyn.github.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 5.5.0.qualifier
-Bundle-Vendor: %providerName
+Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.mylyn.internal.github.core;version="5.5.0";x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.mylyn.internal.github.core.gist;version="5.5.0";x-friends:="org.eclipse.mylyn.github.ui",

Back to the top