Deployed Transformations

org.eclipse.jet.deployedTransforms

1.0

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:

<!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">


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

Not applicable.

Not applicable.