Browse Source
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>stable-5.5
Michael Keppler
5 years ago
40 changed files with 76 additions and 73 deletions
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Ant Tasks Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Ant Tasks Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,3 +1,3 @@
|
||||
#Properties file for org.eclipse.jgit.ant |
||||
Bundle-Name = JGit Ant Tasks |
||||
Provider-Name = Eclipse JGit |
||||
Bundle-Vendor = Eclipse JGit |
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Archive Formats |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Archive Formats |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,3 +1,3 @@
|
||||
#Properties file for org.eclipse.jgit.http.apache |
||||
Bundle-Name = JGit Apache httpclient based HTTP support |
||||
Provider-Name = Eclipse JGit |
||||
Bundle-Vendor = Eclipse JGit |
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit HTTP Server |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit HTTP Server |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit HTTP Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit HTTP Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -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 |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit JUnit Ssh Utility Classes |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit JUnit Ssh Utility Classes |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit JUnit Utility Classes |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit JUnit Utility Classes |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit LFS Server Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit LFS Server Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Large File Storage Server |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Large File Storage Server |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit LFS Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit LFS Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Large File Storage |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Large File Storage |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Command Line Interface Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Command Line Interface Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Command Line Interface |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Command Line Interface |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Tests for SSH with Apache MINA sshd |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Tests for SSH with Apache MINA sshd |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit SSH support based on Apache MINA sshd |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit SSH support based on Apache MINA sshd |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit Core Tests |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit Core Tests |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
@ -1,2 +1,2 @@
|
||||
plugin_name=JGit AWT User Interface |
||||
provider_name=Eclipse JGit |
||||
Bundle-Name=JGit AWT User Interface |
||||
Bundle-Vendor=Eclipse JGit |
||||
|
Loading…
Reference in new issue