mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Update build notes and download index for 2.0M6
This commit is contained in:
parent
dfb8eb5e10
commit
574d0e2f51
2 changed files with 19 additions and 9 deletions
|
@ -156,7 +156,7 @@ More information can be found in the associated bugzilla items.
|
|||
<li><b>Cleaned up ISystemRegistry</b> - removed or changed signature of several methods [<a href="https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=175680">175680</a>].</li>
|
||||
</ul></li>
|
||||
-->
|
||||
<li>TM 2.0M6 API Changes
|
||||
<li>TM 2.0M6 Breaking API Changes
|
||||
<ul>
|
||||
<li><b>Making more classes "internal"</b>: Lots of more packages and classes were tagged as
|
||||
discouraged access (moved to "internal").
|
||||
|
@ -193,7 +193,7 @@ More information can be found in the associated bugzilla items.
|
|||
in the core and UI plugins, respectively
|
||||
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=170920">170920</a>].</li>
|
||||
</ul></li>
|
||||
<li>TM 2.0M5 API Changes
|
||||
<li>TM 2.0M5 Breaking API Changes
|
||||
<ul>
|
||||
<li><b>Modified Extension Point subsystemConfigurations</b> to reference system types by ID rather than
|
||||
by name. Client code needs to use the <b><i>systemTypeIds</i></b> tag now rather than <samp>systemTypes</samp>
|
||||
|
|
|
@ -52,15 +52,14 @@
|
|||
Eclipse 3.3M6</a> or later.
|
||||
</b></td></tr>
|
||||
<tr><td>
|
||||
We recommend installing
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#EclipseSDK">eclipse-SDK</a>.
|
||||
If you do not want JDT, PDE and the developer docs, please install
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#PlatformRuntime">eclipse-platform</a> together with
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#CVSRuntime">eclipse-CVS-Client</a>.
|
||||
For core RSE and TM-Terminal, the
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#PlatformRuntime">
|
||||
Eclipse Platform Runtime Binary</a> is sufficient. Of course you can also use the popular
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#EclipseSDK">SDK</a>.
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
Prerequisites for other add-ons (like CDT, EMF) should be retrieved from the
|
||||
<a href="http://download.eclipse.org/europa/releases/">Europa Discovery Site</a>.
|
||||
Prerequisites for the remotecdt and discovery add-ons (CDT, EMF) can be retrieved from the
|
||||
<a href="http://download.eclipse.org/releases/europa/">Europa Discovery Site</a>.
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
Earlier versions (e.g. Eclipse 3.2.x, Eclipse 3.3M5) will <b>not</b> work!
|
||||
|
@ -230,7 +229,18 @@
|
|||
<td align="LEFT" valign="TOP" colspan="3" bgcolor="#808080"><b>
|
||||
<font face="Arial,Helvetica" color="#FFFFFF">JUnit Plugin Tests</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>The RSE test suite requires the JUnit plug-in, which is included in the
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#EclipseSDK">
|
||||
Eclipse SDK</a> or available as<br/>
|
||||
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3M6-200703231616/index.php#JUnitPlugin">
|
||||
eclipse-test-framework download</a> for users of the Eclipse Platform Runtime Binary.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<table border="0" cellspacing="2" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td align="RIGHT" valign="TOP" width="7%">
|
||||
|
|
Loading…
Add table
Reference in a new issue