Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

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:
  • Right-click over the JET Transformation project, and choose Export... from the context menu.
  • Select 'Deployable plug-ins and fragments' and click Next.
  • In the 'Destination' tab, select 'Directory' and provide a directory to contain the JAR. The exported JAR file is created in the 'plugins' sub-directory of this directory.
  • In the 'Options' tab, check 'Package plug-ins as individual JAR archives'.
  • Click Finish
  • If the transformation was exported to workspace directory, refresh that directory.

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

  • Deprecated id - The ID of the JET transformation. This is no longer used - the ID is obtained from the JET transformation JAR file.
  • bundle - A plug-in relative path to the JET Transformation JAR file.
  • private - If set to 'true', the transformation will not appear in JET UIs that display transformation names.

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

Not applicable.

Not applicable.



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire