Specifying tag library information for JET transformations

You can add or remove the tag libraries that are available to JET transformations. Using tags that are part of other libraries enables you to customize the actions of JET transformations. By default, JET transformations include references to all JET provided tag libraries.

Before you begin

You must have a JET transformation project in your workspace.

About this task

To view or modify the tag libraries that the JET transformation implements:

Procedure

  1. In the JET transformation project, right-click the plugin.xml file; then click Open.
  2. Click the Extensions tab.
  3. Expand the org.eclipse.jet.transform extension; then click (transform).
  4. Expand (tagLibraries).
  5. To modify the list of tag libraries, complete one or more of the following steps:
    • To remove a tag library from the list, in the All Extensions pane, right-click the library name; then click Delete.
    • To add a tag library, click Add and complete the pages in the New Extension wizard.
      Tip: To sort the order of the tag libraries, click Up or Down.
    • To modify the properties of a tag library, in the All Extensions pane, click the tag library name and in the Extension Element Details pane, modify the appropriate fields.
  6. Click File > Save.

Feedback