Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] How does Tycho plugin generates the dependency tree for both feature installation & uninstallation

Tycho also delegates that part to the p2 resolver: Tycho generates some p2 metadata for the artifacts according to the MANIFEST.MF or feature.xml files, and uses the p2 dependency resolver (aka planner) to build the dependency tree. The resolver takes the content of the target-platform as input for dependency resolution.

Back to the top