From 4b0c192f2de569cc7039ca4b03fe9eb0e714599c Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Fri, 21 Jun 2019 17:39:20 +0200 Subject: 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 --- org.eclipse.jgit.junit.http/plugin.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.eclipse.jgit.junit.http/plugin.properties') diff --git a/org.eclipse.jgit.junit.http/plugin.properties b/org.eclipse.jgit.junit.http/plugin.properties index 7a96b09054..2ec05e1a5b 100644 --- a/org.eclipse.jgit.junit.http/plugin.properties +++ b/org.eclipse.jgit.junit.http/plugin.properties @@ -1,2 +1,2 @@ -plugin_name=JGit JUnit Http Utility Classes -provider_name=Eclipse JGit +Bundle-Name=JGit JUnit Http Utility Classes +Bundle-Vendor=Eclipse JGit -- cgit v1.2.3