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

PDE/Incubator/ProductCustomization

< PDE‎ | Incubator
Revision as of 09:10, 26 May 2008 by Bartosz.michalik.gmail.com (Talk | contribs) (Project overview)

Work Area

Product Customization project was started to provide Equinox Transforms tools into the PDE.

Project overview

Equinox Transforms brings the ability of project customization into Eclipse platform. PDE Product Customization tooling is intended to support this customization process. The transforms will be added to the product by simple extensions' tree modifications.

ProductCustomizationCurrent.png

Example: Disable Problem View
User is on the product customization page in product editor.
Chooses org.eclipse.ui.ide than Problems View.
User chooses Disable option from context menu .

This way new transform is added to the product plug-in.

All transforms are managed within one (product) plug-in. Transforms are held in multiple transform files. There are two reasons for that:

  • performance
  • flexibility (transforms can be imported into product)

If transforms that can be built using editor tooling support are not sufficient user may edit them (or add new ones) using text editor.

Developers

  • Kimberly Horne (GSOC 08 mentor)
  • Chris Aniszczyk
  • Bartosz Michalik (GSOC 08 student)

Plug-ins

  • org.eclipse.equinox.transforms
  • org.eclipse.equinox.transforms.hook
  • org.eclipse.equinox.transforms.replace*
  • org.eclipse.equinox.transforms.sed*
  • org.eclipse.equinox.transforms.util
  • org.eclipse.equinox.transforms.xstl*
  • org.eclipse.pde.ui (start up code developed by Chris Aniszczyk in Product Customization branch)

Resources

Equinox Transforms

Product Customization

Bugzilla record

Copyright © Eclipse Foundation, Inc. All Rights Reserved.