Commit 3aff451
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 comparison1 parent 694ac53 commit 3aff451
File tree
31 files changed
+2823
-4
lines changed- ui/org.eclipse.pde.bnd.ui
- META-INF
- icons
- src/org/eclipse/pde/bnd/ui
- internal
- model
- resolution
- resource
- tasks
- views/resolution
31 files changed
+2823
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments