Deployed Transformations

Identifier:
org.eclipse.jet.deployedTransforms

Since:
1.0

Description:
Deploy a JET Transformation as part of an Eclise plug-in. JET Transformations are deployed as JAR files. A JAR file may be created from a JET project by the following steps:

Configuration Markup:

<!ELEMENT extension (deployedTransform+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT deployedTransform EMPTY>

<!ATTLIST deployedTransform

id      CDATA #IMPLIED

bundle  CDATA #REQUIRED

private (true | false) "false"

>


Examples:
See plugin.xml for the org.eclipse.jet plug-in.

Supplied Implementation:
Not applicable.


Copyright (c) 2005, 2010 IBM Corporation and others.