diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2019-06-21 17:39:20 +0200 |
---|---|---|
committer | Michael Keppler <Michael.Keppler@gmx.de> | 2019-06-21 17:54:06 +0200 |
commit | 4b0c192f2de569cc7039ca4b03fe9eb0e714599c (patch) | |
tree | 7d4fdb86cec703fbfebf686d48a15ecb8fcc871a /org.eclipse.jgit/plugin.properties | |
parent | 8f9697b4c182be6f4ec3eeda130bd57237f154c7 (diff) | |
download | jgit-4b0c192f2de569cc7039ca4b03fe9eb0e714599c.tar.gz jgit-4b0c192f2de569cc7039ca4b03fe9eb0e714599c.zip |
Fix bundle localization of Apache SSH bundle
The placeholders in manifest and plugin.properties did not match. To
avoid similar issues, all placeholders have been changed to
Bundle-Vendor and Bundle-Name now.
Bug:548503
Change-Id: Ibd4b9bc237b323e614506b97e5fbc99416365040
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/plugin.properties')
-rw-r--r-- | org.eclipse.jgit/plugin.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/plugin.properties b/org.eclipse.jgit/plugin.properties index 3ce6709690..3e132b01ca 100644 --- a/org.eclipse.jgit/plugin.properties +++ b/org.eclipse.jgit/plugin.properties @@ -1,2 +1,2 @@ -plugin_name=JGit Core -provider_name=Eclipse JGit +Bundle-Name=JGit Core +Bundle-Vendor=Eclipse JGit |