platform-vcm-home/plugins/target/target-project-sets/readme.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Thu Jul 15 14:19:17 2004 UTC revision 1.2, Wed Jul 21 19:09:16 2004 UTC
# Line 19  Line 19 
19  <ul>  <ul>
20    <li><a href="all-target.psf">all-target.psf</a>: All the plugins (i.e. RCP and    <li><a href="all-target.psf">all-target.psf</a>: All the plugins (i.e. RCP and
21      IDE)</li>      IDE)</li>
22    <li>additional project sets will be added in the future.</li>    <li><a href="rcp-target.psf">rcp-target.psf</a>: Plugins suitable for use in
23        an RCP application</li>
24  </ul>  </ul>
25  <p>Save the desired set to your local file system and then inport it using the  <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&gt;Import</strong> and    Team Project Set import wizard in Eclipse (<strong>File&gt;Import</strong> and
27    select <strong>Team Project Set</strong>). </p>    select <strong>Team Project Set</strong>). </p>
28    <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>&nbsp;</p>
48  <p>&nbsp;</p>  <p>&nbsp;</p>
49  <p>&nbsp;</p>  <p>&nbsp;</p>
50  </BODY>  </BODY>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2