Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-06-21 15:40:28 +0000
committerMichael Keppler2019-06-30 14:37:34 +0000
commit19726c3b28bd4cdabaa9cad3f88c995ccb387d8b (patch)
tree181bac49d8e83903aba66c05b47aae27f93a6e6f /org.eclipse.egit.core/plugin.properties
parent7228f00829dd491dd723074de1f6aba65934b375 (diff)
downloadegit-19726c3b28bd4cdabaa9cad3f88c995ccb387d8b.tar.gz
egit-19726c3b28bd4cdabaa9cad3f88c995ccb387d8b.tar.xz
egit-19726c3b28bd4cdabaa9cad3f88c995ccb387d8b.zip
unify bundle name placeholders
To simplify validation in our workspace, use the same placeholders everywhere. Change-Id: I0d5294c947b9dffb6901caadc93ee929579e386a Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.core/plugin.properties')
-rw-r--r--org.eclipse.egit.core/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.core/plugin.properties b/org.eclipse.egit.core/plugin.properties
index d620d5a247..ac812b8848 100644
--- a/org.eclipse.egit.core/plugin.properties
+++ b/org.eclipse.egit.core/plugin.properties
@@ -8,8 +8,8 @@
# SPDX-License-Identifier: EPL-2.0
#
###############################################################################
-plugin_name=Git integration for Eclipse - Core
-provider_name=Eclipse EGit
+Bundle-Name=Git integration for Eclipse - Core
+Bundle-Vendor=Eclipse EGit
patch_ContentTypeName=Patch File
MergeStrategy-extension-point.name = Merge Strategy

Back to the top