OpenNTF / p2-layout-provider

Java web app that serves as a basic proxy to provide a Maven repository front-end to p2 (Eclipse-style) repositories
Apache License 2.0
7 stars 5 forks source link

Support composite p2 repositories #2

Closed jesse-gallagher closed 4 years ago

jesse-gallagher commented 4 years ago

For this and https://github.com/OpenNTF/p2-layout-provider/issues/3 , it may be worth checking if the p2 resolver in Tycho is portable, since that'd handle all the permutations.

jesse-gallagher commented 4 years ago

I think that the applicable code in Tycho may be here: https://github.com/eclipse/tycho/tree/master/tycho-bundles . However, it seems like it has tons of accoutrements about execution environments and full target platforms at that point, and it may not be worth trying to shoehorn it in here.