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