diff options
author | pelder | 2006-06-14 07:59:15 -0400 |
---|---|---|
committer | pelder | 2006-06-14 07:59:15 -0400 |
commit | 0b451b97902f003fe0ebbb479ead8773be47810e (patch) | |
tree | 78a862ebe0a68bd688587a9a630f5d812fffba37 /doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml | |
parent | c803cfc5f30416dee2a04efb8f1dc5da14452f25 (diff) | |
download | org.eclipse.jet-0b451b97902f003fe0ebbb479ead8773be47810e.tar.gz org.eclipse.jet-0b451b97902f003fe0ebbb479ead8773be47810e.tar.xz org.eclipse.jet-0b451b97902f003fe0ebbb479ead8773be47810e.zip |
[146089] Change 'transform' to 'transformation'.
Diffstat (limited to 'doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml')
-rw-r--r-- | doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml b/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml index 084e564..e7613c6 100644 --- a/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml +++ b/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml @@ -5,15 +5,15 @@ <meta name="copyright" content="Copyright (c) IBM Corporation and others 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"/> -<title>Deploy a JET Transforms</title> +<title>Deploy a JET Transformations</title> </head> <body> -<h2>Deploying JET Transforms</h2> -<p>Once a JET transform is complete, it can be shared with other users. There are a number of possibilities: +<h2>Deploying JET Transformations</h2> +<p>Once a JET transformation is complete, it can be shared with other users. There are a number of possibilities: <ul> <li> Share the JET Project via a Team environment </li> <li> <a href="#exportProject">Export the JET Project</a> to a "Deployable JAR", and place it in a common file system location, and have - others reference that location in the Preferences dialog (Preference category <b>EMFT JET Transforms</b>.</li> + others reference that location in the Preferences dialog (Preference category <b>EMFT JET Transformations</b>.</li> <li> Use the <a href="../references/extensionpoints/org_eclipse_jet_deployedTransforms.html">org.eclipse.jet.deployedTransforms</a> extension point to share an exported JET Project via a standard Eclipse plug-in.</li> <li> Include the JET Project in an Eclipse Feature. (JET Projects are Eclipse plug-ins.)</li> @@ -22,7 +22,7 @@ The latter two options require some knowledge of the Eclipse Plug-in Development </p> <h3>Exporting a JET Project a Deployable JAR</h3> <p> -Creating deployable JET transforms makes use of the Eclipse PDE Deployable plug-ins export wizard: +Creating deployable JET transformations makes use of the Eclipse PDE Deployable plug-ins export wizard: <ul> <li> Right-click over the JET project, and choose <b>Export...</b>. </li> <li> Select <b>Plug-in Development -> Deployable plug-ins and fragments</b>, and click <b>Next</b>. </li> |