### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.doc.user diff --git guide/tools/editors/product_editor/overview.htm guide/tools/editors/product_editor/overview.htm index 324a366..d7ec988 100644 --- guide/tools/editors/product_editor/overview.htm +++ guide/tools/editors/product_editor/overview.htm @@ -31,10 +31,11 @@

Exporting

To export an Eclipse product, you can invoke the Eclipse Product Export wizard via the hot link in the Exporting section.

Product Exporting

-

To export a single product configuration to multiple platforms, you need to have the RCP delta pack installed. It is available for download from the same place as the Eclipse SDK. The RCP delta pack contains all the different platform-specific fragments needed for all supported platforms.

-

Once the RCP delta pack is in the target platform, PDE detects the presence of the org.eclipse.equinox.launchers feature and enables the cross-platform export mode.

-

Note, to use the RCP delta pack, you have to ensure that the 'Build target platform based on the target's installed plug-ins' option remains unchecked in the Target Platform preference page.

- +

To export a single product configuration to multiple platforms, you need to have the org.eclipse.equinox.executable feature installed in the target platform. It is available from the Eclipse project's p2 repository. The org.eclipse.equinox.executable feature contains all the different platform-specific fragments needed for all supported platforms.

+

Once the org.eclipse.equinox.executable feature is in the target platform, PDE detects the presence of the org.eclipse.equinox.launchers feature and enables the cross-platform export mode.

+

Note, to use the org.eclipse.equinox.executable feature, you have to ensure that the 'Build target platform based on the target's installed plug-ins' option remains unchecked in the Target Platform preference page.

+

Note, the previously provided "Delta Pack" is no longer provided, as same functionality can be +achieved by using p2 repositories directly. For more information, see Cross-platform build.