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

Difference between revisions of "Linux Tools Project/Eclipse Build/Inner Workings"

Line 1: Line 1:
 
==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.

Revision as of 15:39, 29 June 2011

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