Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XSL Tools/API Tooling"

(New page: 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 t...)
 
Line 1: Line 1:
 
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.   
 
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
+
=Setup API Tooling=
  
 
For information on setting up API tooling see the following article:
 
For information on setting up API tooling see the following article:
Line 13: Line 13:
 
The name should be WTP 3.0.
 
The name should be WTP 3.0.
  
Category:XSL_Tools
+
[[Category:XSL Tools]]

Revision as of 14:57, 8 October 2008

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