Описание тега target-platform

The Target Platform refers to the plug-ins which your workspace will be built and run against. By default your Eclipse IDE installation is used as target platform.

The Target Platform refers to the plug-ins which your workspace will be built and run against. It describes the platform that you are developing for. When developing with PDE, the target platform is used to:

Compile - Plug-ins in the workspace are built against the target platform so you do not have to have everything in your workspace

Launch - When using PDE's launchers you can choose the set of plug-ins you want to launch. By default the Eclipse Application Launcher will start with all plug-ins in the target, but will use workspace plug-ins instead when available

Calculate Dependencies - PDE assists you in finding the plug-ins your plug-ins was include/require to compile correctly by looking at what is available in the target platform

State - An OSGi state is created for the target platform so it can be used by other tooling. The state can also be viewed in detail using the Target Platform State View

Other Tools - Other PDE tools use the target platform to determine their options, such as the import wizards Whereas the target platform refers to your currently active bundles, a Target Definition is a way of determining the plug-ins to add to the state. You can have multiple target definitions, but only one definition can be selected as the target platform.

Related Links: