Skip to content

Commit

Permalink
Fix version-ranges to have exclusive upper-bounds
Browse files Browse the repository at this point in the history
This was introduced due to a bug in PDE where the auto-mated suggestion
unintentionally made the upper-bound inclusive.
See eclipse-pde/eclipse.pde#1212
  • Loading branch information
HannesWell committed Mar 29, 2024
1 parent dee9f0f commit 5a457d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF
Expand Up @@ -8,7 +8,7 @@ Bundle-Version: 1.6.100.qualifier
Bundle-Activator: org.eclipse.equinox.internal.cm.Activator
Import-Package: org.osgi.framework;version="1.7.0",
org.osgi.service.cm;version="[1.6,1.7)",
org.osgi.service.coordinator;version="[1.0.0,2.0.0]",
org.osgi.service.coordinator;version="[1.0.0,2.0.0)",
org.osgi.service.event;version="1.0";resolution:=optional,
org.osgi.service.log;version="1.3.0",
org.osgi.util.tracker;version="1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF
Expand Up @@ -8,7 +8,7 @@ Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.felix.service.command;version="[1.0,2.0)",
org.eclipse.osgi.container;version="[1.7.0,2.0.0]",
org.eclipse.osgi.container;version="[1.7.0,2.0.0)",
org.eclipse.osgi.framework.console,
org.eclipse.osgi.report.resolution;version="[1.0,2.0)",
org.eclipse.osgi.service.environment,
Expand Down

0 comments on commit 5a457d9

Please sign in to comment.