Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2007-06-22 15:57:30 +0000
committerMikhail Sennikovsky2007-06-22 15:57:30 +0000
commit0e737ee0ba4c2cbed2d994a3f9a04e7417a8b250 (patch)
tree40ee35f7dfc155005a9c81093591c9d13584940a
parent12391ac0b87db3d3805c9d094932f3fd44f32396 (diff)
downloadorg.eclipse.cdt-0e737ee0ba4c2cbed2d994a3f9a04e7417a8b250.tar.gz
org.eclipse.cdt-0e737ee0ba4c2cbed2d994a3f9a04e7417a8b250.tar.xz
org.eclipse.cdt-0e737ee0ba4c2cbed2d994a3f9a04e7417a8b250.zip
Doc updates
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_2.gifbin0 -> 119618 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_new_CBS_40.html6
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_2.gif b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_2.gif
new file mode 100644
index 00000000000..179377ca236
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/whats_new/4.0/whats_2.gif
Binary files differ
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 ec942609acb..99ae8b321cc 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
@@ -275,7 +275,7 @@ wizard.</p>
<p><b>Defining new Project Type entries</b></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, e.g.</p>
+&quot;name&quot; property for the project-type, e.g.</p>
<p><font color="#FF0000">TODO: insert a picture here</font></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>
@@ -312,7 +312,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><font color="#FF0000">TODO: insert a picture here</font></p>
+<p><img border="0" src="whats_2.gif"></p>
<p>&nbsp;</p>
<p class="subsection"><a name="_TocSectionUIModel_3">2.3 Multi-configuration support for makefile
projects</a></p>
@@ -562,7 +562,7 @@ functionality:</p>
Build Properties and their values</b></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">Build Properties
-are defined with the org.eclipse.cdt.managedbuilder.core.buildVariables
+are defined with the org.eclipse.cdt.managedbuilder.core.buildProperties
extension point. Please refer to the extension point description for the
detailed info on extension point schema.</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>

Back to the top