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

XSL Tools/API Tooling

For developing the XSL Tools plugins, all XSL Tools committers and contributors should have a Base Line eclipse installation installed. XSL Tools plugins have PDE's API Tooling enabled to help catch API breakages and versioning errors.

Setup API Tooling

For information on setting up API tooling see the following article:

https://www.ibm.com/developerworks/opensource/library/os-eclipse-api-tools/

Eclipse 3.4 JEE package should be the base line along with XSL Tools 0.5 added to that package.

Make sure to set up your Base Line reference in the Prefences->Plugin-Development->API Base Line

The name should be WTP 3.0.

Back to the top