Commit f166aaa
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 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 PR1 parent 82bba54 commit f166aaa
File tree
53 files changed
+3499
-431
lines changed- ui/org.eclipse.pde.bnd.ui
- META-INF
- icons
- src/org/eclipse/pde/bnd/ui
- internal
- migrateresolutionview
- icons
- model
- resolution
- resource
- tasks
- views
- repository
- resolution
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| 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