Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html
index 44ea80d3233..8626d5b375d 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html
@@ -74,7 +74,7 @@ table.MsoTableGrid
in the new
CDT build system in CDT 4.0</font></td>
<td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg"
- alt="" height="86" width="120"></td>
+ alt="" height="86" width="120" alt="idea"></td>
</tr>
</tbody>
</table>
@@ -219,7 +219,7 @@ Model schema</a></p>
of the schema elements.&nbsp; It is simplified by leaving out the fact that the
configuration, toolChain, tool, targetPlatform, and builder definition elements
can be defined at the top level in a manifest file.</p>
-<p class="MsoNormal" style="margin-top:6.0pt"><img border="0" src="whats_1.gif"></p>
+<p class="MsoNormal" style="margin-top:6.0pt"><img border="0" src="whats_1.gif" alt="UML model of schema elements"></p>
<p>&nbsp;</p>
<p class="subsection"><a name="_TocSectionUIModel_2">2.2 New New Project Wizard</a></p>
<p>The CDT 4.0 presents a new New Project Wizard. This section primarily
@@ -229,7 +229,7 @@ Project Wizard&quot; user description for more detail on the New Project Wizard
<p>The first wizard page presents the wizard allows user to select a project
type and tool-chain(s) to be used with the project type.</p>
<p>&nbsp;</p>
-<p><img border="0" src="../../migration_guides/4.0/migrat1.gif"></p>
+<p><img border="0" src="../../migration_guides/4.0/migrat1.gif" alt="New project wizard dialog"></p>
<p><b>Presenting project-types and tool-chains in the New Project Wizard</b></p>
<p>A tool-integrator has two options of presenting his project-types in the
wizard.</p>
@@ -280,7 +280,7 @@ wizard.</p>
<p>In case a tool-integrator is willing his/her project type to be displayed as
separate entries with custom names, his project-type definition must specify a
&quot;name&quot; property for the project-type, e.g.</p>
-<p><img border="0" src="whats_3.gif"></p>
+<p><img border="0" src="whats_3.gif" alt="Project type definition and new project wizard"></p>
<p>When the project type entry is selected in the wizard the &quot;Toolchain:&quot;
pane will display the list of tool-chains defined/associated with the project type</p>
<p><b>Using general project type entries</b></p>
@@ -316,7 +316,7 @@ the values of the buildArtefactType build property, e.g.</p>
&nbsp;&nbsp;&nbsp; buildArtefactType=&quot;org.eclipse.cdt.build.core.buildArtefactType.exe&quot;<br>
&nbsp;&nbsp;&nbsp; id=&quot;cdt.managedbuild.target.gnu.exe&quot;&gt;</p>
<p>&nbsp;&nbsp; ...</p>
-<p><img border="0" src="whats_2.gif"></p>
+<p><img border="0" src="whats_2.gif" alt="Build property definition and New project wizard"></p>
<p>&nbsp;</p>
<p class="subsection"><a name="_TocSectionUIModel_3">2.3 Multi-configuration support for makefile
projects</a></p>

Back to the top