I wonder if there is build system with following capabilities:
i.e. this build system should satisfy following use case:
I know about Tycho, but don't know if it can provision dependencies as separate process, not during build.
Also I know about B3 project which has required features, but i've failed to build its plugins for Eclipse 3.7 (it depends on old Xtext & google-collections).
Okay, now I know about target platforms in Eclipse, so I'll use them for fetching plugin dependencies.
For binary dependencies I can use Maven.