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/Build Input

< Equinox‎ | p2
Revision as of 11:00, 20 March 2009 by Dj houghton.ca.ibm.com (Talk | contribs) (New page: ===Fetch artifacts for your build using p2=== A new extension has been added to PDE/Build that enables users to fetch artifacts from p2 repositories. You can now add an entry to your map f...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Fetch artifacts for your build using p2

A new extension has been added to PDE/Build that enables users to fetch artifacts from p2 repositories. You can now add an entry to your map file for build input and PDE/Build will retrieve the artifact and include it in the build.

The map file entry needs to include the id and version of the installable unit (IU), and the URI of the repository where the IU can be found. The metadata and artifact repositories are assumed to be co-located. An example is:

plugin@my.bundle.id,1.0.0=p2IU,id=my.bundle.id,version=1.0.0,repository=http:/example.com/repo

Back to the top