Skip to content

Commit dd904a1

Browse files
chrisruegerlaeubi
authored andcommitted
bnd2pde: Migrate ResolutionView
- 1st draft of Bndtools Resolution view, which shows Requirements and Capabilities of selected resources (.jar files, .bnd files, RepositoryView entries) add some missing icons fix more icons Add license headers to migrated files Replace SelectionUtils with Adapters.adapt() cleanup, add suggestions from PR fix icon fix compile warnings fix ClassCastException in CapReqComparator - reason was that the namespace 'osgi.ee' can contain List<Version> - so we now handle cases of single Version vs. List<Version> - for lists we take the highest version for comparison remove temp. migration package svg images - update as many images to svg (taken from https://github.com/eclipse-platform/eclipse.platform.images/tree/master/org.eclipse.images/eclipse-svg) - for some I coudn't find replacements yet. Will do them in another PR
1 parent 7bd7a7f commit dd904a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3499
-431
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ Import-Package: aQute.bnd.build;version="4.5.0",
2828
aQute.bnd.service.clipboard;version="[1.0.0,2.0.0)",
2929
aQute.bnd.service.progress;version="[1.3.0,2.0.0)",
3030
aQute.bnd.service.repository;version="[1.6.0,2.0.0)",
31+
aQute.bnd.service.resource;version="[1.1.0,2.0.0)",
32+
aQute.bnd.unmodifiable;version="[2.1.0,3.0.0)",
3133
aQute.bnd.version;version="[2.3.0,3.0.0)",
34+
aQute.lib.io;version="[4.5.0,5.0.0)",
35+
aQute.lib.strings;version="[1.12.0,2.0.0)",
36+
aQute.libg.glob;version="[1.6.0,2.0.0)",
3237
aQute.service.reporter;version="[1.2.0,2.0.0)",
3338
jakarta.xml.bind;version="[4.0.0,5.0.0)",
3439
jakarta.xml.bind.annotation;version="[4.0.0,5.0.0)",
Lines changed: 147 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)