Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Equinox/p2/CUDFResolver

p2 CUDF Resolver


What is it?

A frontend to p2 that allows p2 to resolve Linux dependencies. The CUDF format has been designed by the Mancoosi European project.


How to use it?

The resolver uses the following command line:
java -jar p2cudf.jar <input file> [criteria [<output file> [<timeout>s|c]]

Relationship with p2?

Where can I get the code?

repository: :pserver:anonymous@dev.eclipse.org:/cvsroot/rt/

module: org.eclipse.equinox/incubator/p2/demos/misc-conf-2010/


Reporting bugs?

Create a bug in the p2 component in Equinox's Bugzilla.


Getting in touch with the developers?

Just send an email to the developer mailing list: p2-dev@eclipse.org


License?

This code is made available under the terms of the EPL: http://eclipse.org/org/documents/epl-v10.php

Back to the top