Skip to content

Commit 4873af8

Browse files
chrisruegerlaeubi
authored andcommitted
lower required version ranges for bndtools
- to be compatible with bndtools which uses Eclipse 2022-09
1 parent 28cffa7 commit 4873af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui/org.eclipse.pde.bnd.ui/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Generic UI components related to BND
44
Bundle-SymbolicName: org.eclipse.pde.bnd.ui;singleton:=true
55
Bundle-Vendor: Eclipse.org
6-
Bundle-Version: 1.2.100.qualifier
6+
Bundle-Version: 1.2.200.qualifier
77
Export-Package: org.eclipse.pde.bnd.ui.autocomplete;version="1.0.0";x-friends:="org.eclipse.pde.ui",
88
org.eclipse.pde.bnd.ui.plugins;x-internal:=true,
99
org.eclipse.pde.bnd.ui.preferences;version="1.0.0";x-friends:="org.eclipse.pde.ui",
@@ -48,16 +48,16 @@ Import-Package: aQute.bnd.build;version="4.5.0",
4848
Require-Bundle: org.eclipse.jdt.ui,
4949
org.eclipse.jdt.core,
5050
org.eclipse.core.resources,
51-
org.eclipse.core.runtime;bundle-version="3.30.0",
51+
org.eclipse.core.runtime;bundle-version="3.26.0",
5252
org.eclipse.jface.text,
5353
org.eclipse.swt,
5454
org.eclipse.jface,
5555
org.eclipse.ui.workbench,
5656
org.eclipse.core.expressions,
5757
org.eclipse.ui.forms,
5858
org.eclipse.e4.core.services,
59-
org.eclipse.ui;bundle-version="3.205.100",
60-
org.eclipse.ui.ide;bundle-version="3.22.100",
59+
org.eclipse.ui;bundle-version="3.201.0",
60+
org.eclipse.ui.ide;bundle-version="3.19.0",
6161
org.eclipse.core.filesystem,
6262
org.eclipse.team.core,
6363
org.eclipse.core.databinding.observable

0 commit comments

Comments
 (0)