diff options
Diffstat (limited to 'doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml')
-rw-r--r-- | doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml b/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml deleted file mode 100644 index c6315af..0000000 --- a/doc/org.eclipse.jet.doc/gettingStarted/deployingTransforms.xhtml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<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 Transformations</title> -</head> -<body> -<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:</p> -<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 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> -</ul> -<p> -The latter two options require some knowledge of the Eclipse Plug-in Development Environment (PDE). -</p> -<h3>Exporting a JET Project a Deployable JAR</h3> -<p> -Creating deployable JET transformations makes use of the Eclipse PDE Deployable plug-ins export wizard: -</p> -<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> - <li> Click <b>Browse...</b> to select the directory to contain the exported JAR file.</li> - <li> Click <b>Finish</b>.</li> -</ul> -<p> -The JAR file will be exported to a subdirectory called <code>plugins</code>. The JAR file itself will be of the form: -<br/><br/> - <code><i>id</i>_<i>version</i>.jar</code>. -</p> -</body> -</html> |