|
How to perform the Team build submission:
- Load the following plugins from dev.eclipse.org:
- org.eclipse.team.core
- org.eclipse.team.cvs.core
- org.eclipse.team.cvs.ssh
- org.eclipse.team.ui
- org.eclipse.team.cvs.ui
- org.eclipse.team.webdav
- org.eclipse.team.ftp
- org.eclipse.team.examples.filesystem
- org.eclipse.team.tests.core
- org.eclipse.team.tests.cvs.core
-
Update the build notes in org.eclipse.team.core and org.eclipse.team.cvs.core as appropriate.
- In the navigator, select all the above plugins and choose Team>Tag as Verion. Enter the
new version in the form Iyyyymmdd where the date of the integration build is yyyy/mm/dd (e.g I20030107 for
the January 7, 2003 integration build).
Note: It is possible to tag only those plugins that have changed since the previous build submission
but our practice has been to tag them all.
- Load the org.eclipse.releng project from dev.eclise.org. Edit the file
"org.eclipse.releng/maps/team.map" and change the tag in each of the entries to match the one used
when tagging the projects. Make sure you enter the right tag as a typo here will break the build
(There is a Releng plugin available that will ensure that
the tag placed in the map file exists on the server when the map file is saved).
Commit the file and the build submission is complete.
|