-
Notifications
You must be signed in to change notification settings - Fork 2
Generating an Installer
Jack Johnson edited this page Sep 18, 2019
·
2 revisions
iTrace uses an update site to let people install the latest version. in order to add a new version to the site, follow these steps:
- pull code from dev branch
- ivy>resolve
- Change the version of the plugin to the proper number
- make a new feature project called "iTrace_Eclipse_Plugin"
- add the iTrace Plugin, make sure that it is the correct version (eclipse likes to change it)
- update the information for the license and description of the plugin
- Make a new update site project called "iTrace_site"
- add the iTrace feature project you just created, then click build all
The update site has now been created, simpply place the folder of the update site project in an accessible place online and people will be able to download from it.
This process will not preserve previous versions of the plugin by default. In order to do this, you will need to take the contents of the folders in the new iTrace_site project and merge them with the old site, which will allow both versions to be downloaded by users