Skip to content

Commit

Permalink
require org.eclipse.core.runtime 3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and HannesWell committed Jul 28, 2023
1 parent 856f09e commit 1c54099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.preferences;bundle-version="[3.2.200,4.0.0)",
org.eclipse.swt;bundle-version="[3.118.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,4.0.0)"
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)"
Bundle-Activator: org.eclipse.equinox.internal.security.ui.Activator
Export-Package: org.eclipse.equinox.internal.provisional.security.ui;version="1.0.0";x-friends:="org.eclipse.equinox.p2.ui",
org.eclipse.equinox.internal.security.ui;x-internal:=true,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true
Bundle-Version: 3.18.500.qualifier
Bundle-Vendor: Eclipse.org
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.28.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
org.eclipse.core.tests.harness;bundle-version="3.13.0",
org.eclipse.test.performance,
org.junit
Expand Down

0 comments on commit 1c54099

Please sign in to comment.