Browse Source

Use version range to define fragment host bundle version

Change-Id: Ie877e976b20d3448fc1f12a1c775942d626a12fc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.8.0.202006091008-r
Matthias Sohn 3 years ago
parent
commit
cd1023cf45

+ 1
- 1
org.eclipse.jgit.gpg.bc/META-INF/MANIFEST.MF View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.gpg.bc
Bundle-SymbolicName: org.eclipse.jgit.gpg.bc;singleton:=true
Fragment-Host: org.eclipse.jgit;bundle-version="5.8.0.qualifier"
Fragment-Host: org.eclipse.jgit;bundle-version="[5.8.0,5.9.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-Version: 5.8.0.qualifier

+ 1
- 1
org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ssh.jsch
Bundle-SymbolicName: org.eclipse.jgit.ssh.jsch;singleton:=true
Fragment-Host: org.eclipse.jgit;bundle-version="5.8.0.qualifier"
Fragment-Host: org.eclipse.jgit;bundle-version="[5.8.0,5.9.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

Loading…
Cancel
Save