jdt-core-home/r1.0/main.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10, Wed Aug 21 13:34:52 2002 UTC revision 1.11, Fri Sep 6 13:13:23 2002 UTC
# Line 11  Line 11 
11    
12  <table border=0 cellspacing=5 cellpadding=2 width="100%" >  <table border=0 cellspacing=5 cellpadding=2 width="100%" >
13    <tr>    <tr>
14      <td align=left width="72%"> <font class=indextop> jdt core R1.0 <br>      <td align=left width="72%"> <font class=indextop> jdt core R1.0.x <br>
15        <font class=indexsub> java development tooling core </font></td>        <font class=indexsub> java development tooling core </font></td>
16      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>
17    </tr>    </tr>
# Line 21  Line 21 
21    
22  <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >  <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
23  <tr>  <tr>
24    <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">What's
25    Happening?&nbsp;</font></font></b></td>
26    </tr>
27    
28    <tr>
29    <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><a name="maintenance"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
30    <td WIDH="98%"><b>Maintenance</b>
31    
32    <ul>
33    <li> preview available internally in the <a href="#updates">update</a> section.
34    </li>
35    </ul>
36    </td></tr>
37    
38    <tr>
39    <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
40    <td WIDH="98%"><b>Rollup 1.0.2 - completed</b>
41    <ul>
42    <li> available on the <a href="http://www.eclipse.org/downloads/index.php" target=new>download</a> area.
43    </li>
44    <li> final <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?rev=1.25.2.8&content-type=text/plain">build notes</a>
45    </li>
46    <li> bug fixing :
47    (<a href="http://dev.eclipse.org/bugs/buglist.cgi?product=JDT&component=CORE&target_milestone=1.0.2" >all planned fixes</a>)
48    (<a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=JDT&component=CORE&target_milestone=1.0.2" >unresolved</a>)
49    (<a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=JDT&component=CORE&target_milestone=1.0.2" >resolved</a>)</li>
50    </ul>
51    </td></tr>
52    
53    <tr>
54    <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
55    <td WIDTH="98%"><b>Release 1.0 - completed</b>
56    
57    <ul>
58    <li> available on the <a href="http://www.eclipse.org/downloads/index.php" target=new>download</a> area.
59    </ul>
60    </td></tr>
61    
62    <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
63    <tr>
64  <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Updates&nbsp;</font></font></b></td>  <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Updates&nbsp;</font></font></b></td>
65  </tr>  </tr>
66  <tr>  <tr>
# Line 133  Line 173 
173  </li>  </li>
174  <li>Check out the <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=ECLIPSE_1_0"><code>ECLIPSE_1_0</code></a> branch of the project <code>org.eclipse.jdt.core</code>.  <li>Check out the <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=ECLIPSE_1_0"><code>ECLIPSE_1_0</code></a> branch of the project <code>org.eclipse.jdt.core</code>.
175  </li>  </li>
176  <li>Make sure to import the prerequisite plug-ins (usually from a SDK R1.0 Rollup2 install). Prerequisite plug-ins are already referenced on the project build path (<code>.classpath</code> file).  <li>Make sure to import the prerequisite plug-ins (usually from the latest SDK R1.0.x <a href="http://www.eclipse.org/downloads/index.php" target=new>build</a>). Prerequisite plug-ins are already referenced on the project build path (<code>.classpath</code> file).
177  </li>  </li>
178  <li>In case willing to work on a different code stream, you may want to check out a different version of the project  <li>In case willing to work on a different code stream, you may want to check out a different version of the project
179          <ul>          <ul>
# Line 141  Line 181 
181          </li>          </li>
182          </ul>          </ul>
183  </li>  </li>
184  </tr></td></table>  </td></tr></table>
185    
186  </body>  </body>
187  </html>  </html>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11