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.egit.github.core
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.egit.github.core')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.egit.github.core/plugin.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index bb79df37..7a335e45 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.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.egit.github.core
Bundle-SymbolicName: org.eclipse.egit.github.core
Bundle-Version: 5.5.0.qualifier
-Bundle-Vendor: %providerName
+Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
com.google.gson.annotations;version="[1.6.0,3.0.0)",
diff --git a/org.eclipse.egit.github.core/plugin.properties b/org.eclipse.egit.github.core/plugin.properties
index 14080de8..bfcee49b 100644
--- a/org.eclipse.egit.github.core/plugin.properties
+++ b/org.eclipse.egit.github.core/plugin.properties
@@ -1,2 +1,2 @@
-pluginName=EGit GitHub API Core
-providerName=Eclipse EGit \ No newline at end of file
+Bundle-Name=EGit GitHub API Core
+Bundle-Vendor=Eclipse EGit \ No newline at end of file

Back to the top