Skip to content

Commit

Permalink
Revert "Remove unused required bundles"
Browse files Browse the repository at this point in the history
This reverts commit 549de35.
  • Loading branch information
HannesWell committed Jun 22, 2022
1 parent 549de35 commit cd1d32a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.15.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.114.0,4.0.0)",
org.eclipse.ui.navigator.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)",
org.eclipse.core.filesystem;bundle-version="1.3.0",
org.eclipse.e4.ui.workbench,
Expand Down
6 changes: 5 additions & 1 deletion bundles/org.eclipse.ui.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.17.0,4.0.0)";resol
org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.0.0,2.0.0)",
org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
org.eclipse.swt;bundle-version="[3.107.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.106.0,4.0.0)",
org.eclipse.ui.workbench;bundle-version="[3.125.0,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
Expand All @@ -61,10 +63,12 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.17.0,4.0.0)";resol
org.eclipse.e4.core.contexts;bundle-version="[1.3.100,2.0.0)",
org.eclipse.e4.ui.workbench;bundle-version="[1.3.0,2.0.0)",
org.eclipse.e4.core.commands;bundle-version="1.0.0",
org.eclipse.e4.ui.model.workbench;bundle-version="[2.0.0,3.0.0)",
org.eclipse.e4.ui.ide;bundle-version="[3.15.0,4.0.0)";visibility:=reexport,
org.eclipse.e4.core.di;bundle-version="[1.6.0,2.0.0)",
org.eclipse.e4.core.di.extensions;bundle-version="[0.14.0,1.0.0)",
org.eclipse.ui.navigator;bundle-version="3.7.400"
org.eclipse.ui.navigator;bundle-version="3.7.400",
org.eclipse.jface;bundle-version="[3.18.0,4.0.0)"
Import-Package: javax.annotation,
javax.inject,
org.osgi.service.event;version="1.4.0"
Expand Down

0 comments on commit cd1d32a

Please sign in to comment.