Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Ferguson2007-09-17 14:28:27 +0000
committerAndrew Ferguson2007-09-17 14:28:27 +0000
commit4d57809f9b5507c36be8e062665ea800b2e7bf53 (patch)
tree4acfe759e7a78b6217ab1a323bb565f942aa0214 /doc
parent90b276e9c0625ceeddebed7776776c836ba8d49f (diff)
downloadorg.eclipse.cdt-4d57809f9b5507c36be8e062665ea800b2e7bf53.tar.gz
org.eclipse.cdt-4d57809f9b5507c36be8e062665ea800b2e7bf53.tar.xz
org.eclipse.cdt-4d57809f9b5507c36be8e062665ea800b2e7bf53.zip
203553: Apply patch on behalf on Beth Tibbitts
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtoregistertemplates.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtoregistertemplates.html b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtoregistertemplates.html
index 087d9e36ef8..aac4b021573 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtoregistertemplates.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtoregistertemplates.html
@@ -132,7 +132,9 @@ API document for
<li>
<p>
Specify the project type you wish the template to be associated with. The project type id can be
-found by looking at the project types contributed to the buildDefinitions extension point. See the CDT Build System documentation in the developer guide for built-in project type ids.
+found by looking at the project types contributed to the buildDefinitions extension point.
+For more information about project types, see <a href="../cdt_build_system/whats_new/4.0/whats_new_CBS_40.html#_TocSectionUIModel_2">
+New project information in the What's New in CDT Build section</a>, especially the section "What are the general project type entries?".
<code class="ProgramOutput">projectType</code> drop-down list. This is an mandatory attribute.
</p>
<li>

Back to the top