You can add instances of the extension point named com.ibm.xtools.transform.core.transformationProviders
to existing Eclipse plug-ins. This extension point facilitates the creation
and configuration of transformation providers for the transformation service.
You must create an instance of this extension point before adding transformation
providers to the plug-in. Typically, you create one instance of a transformation
provider extension point in a plug-in; although, you can add multiple instances
depending on how you want to group the transformation providers and transformations
in the plug-in.
An extension point named com.ibm.xtools.transform.core.transformationProviders,
a corresponding transformation provider element, and a transformation element
are added to the plug-in manifest file, and are displayed on the
Extensions tab,
in the pane under the All Extensions area. In the Eclipse plug-in, the
src/project
name/transformationProvider folder contains the generated Java™ files
for the transformation provider and the transformation element.
Note: If you
create a plug-in by using the Plug-in with Transformation template, after
you complete the pages in the New Transformation Authoring Project wizard,
an instance of the extension point named com.ibm.xtools.transform.core.transformationProviders
and a transformation provider are created in the plug-in manifest file by
default.