Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Eclipse Build/Inner Workings

< Linux Tools Project‎ | Eclipse Build
Revision as of 16:16, 29 June 2011 by Unnamed Poltroon (Talk) (Eclipse Build Inner Workings)

Eclipse Build Inner Workings

Given an archive with Eclipse SDK sources eclipse build will extract the sources and remove all the pre-built OSGI jars, but collects all the OSGI metadata (contained in MANIFEST.MF). Then Eclipse Build tries use jars provided by the system, verifying that versions matches the OSGI information provided in the eclipse sources archive.

Back to the top