Skip to content

Commit 3aff451

Browse files
committed
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
1 parent 694ac53 commit 3aff451

31 files changed

+2823
-4
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)",
226 Bytes
Loading
585 Bytes
Loading
403 Bytes
Loading
347 Bytes
Loading
465 Bytes
Loading
424 Bytes
Loading
1.73 KB
Loading
378 Bytes
Loading
508 Bytes
Loading

0 commit comments

Comments
 (0)