platform-update-home/doc/eclipse-installer.html

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

revision 1.1, Thu May 2 01:58:04 2002 UTC revision 1.2, Thu May 9 19:25:34 2002 UTC
# Line 11  Line 11 
11  <body>  <body>
12    
13  <h1>How to write an Eclipse installer</h1>  <h1>How to write an Eclipse installer</h1>
14  <p>Last modified 8:45 Friday April 26, 2002</p>  <p>Last modified 11:15 Monday May 6, 2002</p>
15  <p>Eclipse-based products need to be correctly installed on the end user's  <p>Eclipse-based products need to be correctly installed on the end user's
16  computer. Special-purpose packaging tools, such as <a href="http://www.installshield.com/">InstallShield</a>  computer. Special-purpose packaging tools, such as <a href="http://www.installshield.com/">InstallShield</a>
17  and <a href="http://www.rpm.org/">RPM</a>, are often used to build executable  and <a href="http://www.rpm.org/">RPM</a>, are often used to build executable
# Line 96  Line 96 
96  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.properties<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.properties<br>
97  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.mappings<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.mappings<br>
98  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugin_customization.ini<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugin_customization.ini<br>
99  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; splash.png<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; splash.bmp<br>
100  </code>&nbsp; <code>&nbsp;&nbsp;&nbsp;&nbsp; <i>com.example.acme.otherfeature</i>_<i>1.0.0</i>/<br>  </code>&nbsp; <code>&nbsp;&nbsp;&nbsp;&nbsp; <i>com.example.acme.otherfeature</i>_<i>1.0.0</i>/<br>
101  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugin.xml<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugin.xml<br>
102  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.ini<br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; about.ini<br>

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