| 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 |
| 96 |
about.properties<br> |
about.properties<br> |
| 97 |
about.mappings<br> |
about.mappings<br> |
| 98 |
plugin_customization.ini<br> |
plugin_customization.ini<br> |
| 99 |
splash.png<br> |
splash.bmp<br> |
| 100 |
</code> <code> <i>com.example.acme.otherfeature</i>_<i>1.0.0</i>/<br> |
</code> <code> <i>com.example.acme.otherfeature</i>_<i>1.0.0</i>/<br> |
| 101 |
plugin.xml<br> |
plugin.xml<br> |
| 102 |
about.ini<br> |
about.ini<br> |