platform-vcm-home/docs/online/build.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (view) (download) (as text)

1 : mvalenta 1.1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 :     <html>
3 :    
4 :     <head>
5 :     <title>Team Build Submission</title>
6 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
8 :     </head>
9 :    
10 :     <body bgcolor="#ffffff" text="#000000">
11 :    
12 :     <table border="0" cellspacing="5" cellpadding="2" width="100%">
13 :     <tbody>
14 :    
15 :     <tr>
16 :     <td align="left" valign="top" colspan="2" bgcolor="#0080c0">
17 :     <b><font color="#ffffff" face="Arial,Helvetica">
18 :     Team Build Submission
19 :     </font></b>
20 :     </td>
21 :     </tr>
22 :    
23 :    
24 :     <tr>
25 :     <td align="right" valign="top" width="2%"><img
26 :     src="http://dev.eclipse.org/images/Adarrow.gif" border="0" height="16"
27 :     width="16">
28 :     </td>
29 :     <td width="98%"> How to perform the Team build submission:
30 :     <ol>
31 :     <li>Load the following plugins from dev.eclipse.org:
32 :     <p/>
33 :     <ul>
34 :     <li>org.eclipse.team.core</li>
35 :     <li>org.eclipse.team.cvs.core</li>
36 :     <li>org.eclipse.team.cvs.ssh</li>
37 :     <li>org.eclipse.team.ui</li>
38 :     <li>org.eclipse.team.cvs.ui</li>
39 :     <li>org.eclipse.team.webdav</li>
40 :     <li>org.eclipse.team.ftp</li>
41 :     <li>org.eclipse.team.examples.filesystem</li>
42 :     <li>org.eclipse.team.tests.core</li>
43 :     <li>org.eclipse.team.tests.cvs.core</li>
44 :     </ul>
45 :     </li>
46 :     <p/>
47 :    
48 :     <li>
49 :     Update the build notes in org.eclipse.team.core and org.eclipse.team.cvs.core as appropriate.
50 :     </li>
51 :     <p/>
52 :    
53 :     <li>In the navigator, select all the above plugins and choose Team>Tag as Verion. Enter the
54 :     new version in the form Iyyyymmdd where the date of the integration build is yyyy/mm/dd (e.g I20030107 for
55 :     the January 7, 2003 integration build).
56 :     <p><b>Note:</b> It is possible to tag only those plugins that have changed since the previous build submission
57 :     but our practice has been to tag them all.
58 :     </li>
59 :     <p/>
60 :    
61 :     <li>Load the org.eclipse.releng project from dev.eclise.org. Edit the file
62 :     "org.eclipse.releng/maps/team.map" and change the tag in each of the entries to match the one used
63 :     when tagging the projects. Make sure you enter the right tag as a typo here will break the build
64 :     (There is a Releng plugin available that will ensure that
65 :     the tag placed in the map file exists on the server when the map file is saved).
66 :     Commit the file and the build submission is complete.
67 :     </li>
68 :     <p/>
69 :    
70 :     </ul>
71 :     </td>
72 :     </tr>
73 :    
74 :    
75 :     </tr>
76 :     <tr>
77 :    
78 :     </tbody>
79 :     </table>
80 :    
81 :     </body>
82 :     </html>