diff --git a/doc/org.eclipse.cdt.doc.user/plugin.properties b/doc/org.eclipse.cdt.doc.user/plugin.properties index 0bc969f1739..04ed63d5545 100644 --- a/doc/org.eclipse.cdt.doc.user/plugin.properties +++ b/doc/org.eclipse.cdt.doc.user/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2005 IBM Corporation and others. +# Copyright (c) 2000, 2008 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -10,3 +10,9 @@ ############################################################################### pluginName=C/C++ Development User Guide providerName=Eclipse.org + +CheatSheet.name=C/C++ Development +CreateProjectTutorial.name=Creating C/C++ Projects +CreateProjectTutorial.description=Use this tutorial to learn how to create a simple C/C++ project. +ImportProjectTutorial.name=Importing C/C++ Projects +ImportProjectTutorial.description=Use this tutorial to learn how to successfully import a CDT project. diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml index ba7d9f8fe87..5ce85db377d 100644 --- a/doc/org.eclipse.cdt.doc.user/plugin.xml +++ b/doc/org.eclipse.cdt.doc.user/plugin.xml @@ -99,16 +99,16 @@ point="org.eclipse.ui.cheatsheets.cheatSheetContent"> + name="%CheatSheet.name"> + name="%CreateProjectTutorial.name"> - Use this tutorial to learn how to create a simple C/C++ project. + %CreateProjectTutorial.description + name="%ImportProjectTutorial.name"> - Use this tutorial to learn how to successfully import a CDT project. + %ImportProjectTutorial.description