Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn/Release Howto

< Mylyn
Revision as of 16:18, 6 March 2008 by Robert.elves.tasktop.com (Talk | contribs) (The Release)


Before the Release

* Backport changes to the 3.3 branch

The Release

* Change the qualifier to v20YYMMDD-HHMM in all MANIFEST.MF and feature.xml files
* Tag the release as R_x_y_z and R_x_y_y_e_3_3
* Make sure the build uses the correct qualifier (?)
* Build the release by running the org.eclipse.mylyn.releng/build.sh script
* Upload the release by running the org.eclipse.mylyn.releng/upload.sh script
* Move the release to the main update site
* Move site and source zips into position (details?)
* Update web site to reference new build, site, source urls

When the build has propagated to mirrors

* Add the mirror attribute to all site.xml files:
   mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/tools/mylyn/update/[location]/site.xml&amp;protocol=http&amp;format=xml"

After the release

* Replace version numbers in all MANIFEST.MF and feature.xml files, e.g. 2.3.0.qualifier -> 2.3.1.qualifier
* Make sure changes are applied to the 3.3 branch as well as the 3.4 branch

Copyright © Eclipse Foundation, Inc. All Rights Reserved.