platform-vcm-home/plugins/target/target-project-sets/readme.html
Parent Directory
|
Revision Log
Revision 1.2 - (view) (download) (as text)
| 1 : | mvalenta | 1.1 | <title>Target Example Plugins</title> |
| 2 : | <table border="0" cellspacing="5" cellpadding="2" width="100%"> | ||
| 3 : | |||
| 4 : | <tr> | ||
| 5 : | |||
| 6 : | <td align="left" valign="top" bgcolor="#0080c0"> <b><font color="#ffffff" face="Arial,Helvetica"> | ||
| 7 : | Eclipse 3.1 - Target Example Plugins</font></b></td> | ||
| 8 : | </tr> | ||
| 9 : | </table> | ||
| 10 : | <h1>Target Example Plugins</h1> | ||
| 11 : | <p>This document describes the refactored target (FTP/WebDAV) examples. The FTP/WebDAV | ||
| 12 : | support has been refactored to separate out the parts that are suitable for | ||
| 13 : | an RCP application from those that require the full Eclipse SDK (i.e. IDE). | ||
| 14 : | The example consists of a couple of branched plugins that are part of the 3.0 | ||
| 15 : | FTP/WebDAV download and some new plugins that ae available from the Eclipse | ||
| 16 : | Platform repository but are not part of any build.</p> | ||
| 17 : | <p>The easist way to load the plugins is using one of the following Team project | ||
| 18 : | sets:</p> | ||
| 19 : | <ul> | ||
| 20 : | <li><a href="all-target.psf">all-target.psf</a>: All the plugins (i.e. RCP and | ||
| 21 : | IDE)</li> | ||
| 22 : | mvalenta | 1.2 | <li><a href="rcp-target.psf">rcp-target.psf</a>: Plugins suitable for use in |
| 23 : | an RCP application</li> | ||
| 24 : | mvalenta | 1.1 | </ul> |
| 25 : | <p>Save the desired set to your local file system and then inport it using the | ||
| 26 : | Team Project Set import wizard in Eclipse (<strong>File>Import</strong> and | ||
| 27 : | select <strong>Team Project Set</strong>). </p> | ||
| 28 : | mvalenta | 1.2 | <h2>Using Target in an RCP application</h2> |
| 29 : | <p>To use the target plugins in an RCP application, you should load the plugins | ||
| 30 : | into Eclipse using the <a href="rcp-target.psf">rcp-target.psf</a> project set. | ||
| 31 : | You can then use the Run-time Workbench launcher to launch the application. | ||
| 32 : | You should do the following in the launch wizard:</p> | ||
| 33 : | <ol> | ||
| 34 : | <li>Create a new Run-time Workbench launch configuration</li> | ||
| 35 : | <li>Set the workspace directory appropriately</li> | ||
| 36 : | <li>Set the application to<em> org.eclipse.target.rcp.application</em></li> | ||
| 37 : | <li>In the plugins tab, choose to sepcify the plugins manually (i.e. the last | ||
| 38 : | radio button). Next, choose Deselect All and then select the target plugins | ||
| 39 : | and click Add Required. This will check all the required plugins (except for | ||
| 40 : | <em>org.eclipse.update.configurator</em> so you'll need to check that one | ||
| 41 : | manually).</li> | ||
| 42 : | <li>Click Run (or Debug) and away you go)</li> | ||
| 43 : | </ol> | ||
| 44 : | <p>This will launch an application that contains the Site Explorer. You can add | ||
| 45 : | FTP, WebDAV or local file system sites and drap-and-drop resources to copy from | ||
| 46 : | one to another.</p> | ||
| 47 : | <p> </p> | ||
| 48 : | mvalenta | 1.1 | <p> </p> |
| 49 : | <p> </p> | ||
| 50 : | </BODY> | ||
| 51 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
