Commit 7ed950b
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
remove temp. migration package1 parent fb67da5 commit 7ed950b
File tree
33 files changed
+174
-429
lines changed- ui/org.eclipse.pde.bnd.ui
- META-INF
- icons
- src/org/eclipse/pde/bnd/ui
- internal
- migrateresolutionview
- model
- resolution
- resource
- tasks
- views/resolution
33 files changed
+174
-429
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
0 commit comments