Skip to content

Commit

Permalink
remove x-installation:=greedy from package import
Browse files Browse the repository at this point in the history
x-installation:=greedy is only effective for require bundles and only
with optional ones.

org.eclipse.equinox.concurrent.future is a package import and it is not
optional so it looks quite pointless to have this directive there.
  • Loading branch information
laeubi committed Jan 5, 2025
1 parent 3a87b1b commit 5478800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/bundles/org.eclipse.ecf/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Export-Package: org.eclipse.ecf.core;version="3.0.0",
org.eclipse.ecf.core.util.reflection;version="2.3.0",
org.eclipse.ecf.internal.core;x-internal:=true
Import-Package: org.eclipse.core.runtime.jobs,
org.eclipse.equinox.concurrent.future;version="[1.0.0,2.0.0)";x-installation:=greedy,
org.eclipse.equinox.concurrent.future;version="[1.0.0,2.0.0)",
org.osgi.framework;version="[1.3.0,2.0.0)",
org.osgi.service.log;version="[1.3.0,2.0.0)",
org.osgi.util.tracker;version="[1.3.2,2.0.0)"
Expand Down

0 comments on commit 5478800

Please sign in to comment.