diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-06-06 14:42:25 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2022-06-06 14:43:53 +0200 |
commit | adfa30ca670b43b6795a4beece6f9ce8dac1c531 (patch) | |
tree | 105c833a96c89a341ff0ac402cc36bb425b658c5 | |
parent | c32694e5ae98e5c1373afcb535a76d37e5d82a29 (diff) | |
download | jgit-adfa30ca670b43b6795a4beece6f9ce8dac1c531.tar.gz jgit-adfa30ca670b43b6795a4beece6f9ce8dac1c531.zip |
[releng] Fix MANIFEST.MF of o.e.j.ssh.apache.agent
Add the missing Bundle-Localization header.
Bug: 580081
Change-Id: If21e0778dbb60b49a8f83030461670656eeb0ce4
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
-rw-r--r-- | org.eclipse.jgit.ssh.apache.agent/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ssh.apache.agent/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.apache.agent/META-INF/MANIFEST.MF index 596a8ddef8..64f6861bd8 100644 --- a/org.eclipse.jgit.ssh.apache.agent/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ssh.apache.agent/META-INF/MANIFEST.MF @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ssh.apache.agent;singleton:=true Bundle-Version: 6.2.0.qualifier +Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor Fragment-Host: org.eclipse.jgit.ssh.apache;bundle-version="[6.2.0,6.3.0)" Bundle-ActivationPolicy: lazy |