diff --git a/build/org.eclipse.cdt.autotools.docs/plugin.properties b/build/org.eclipse.cdt.autotools.docs/plugin.properties index 2b6ebda70e0..4bc380e48ef 100644 --- a/build/org.eclipse.cdt.autotools.docs/plugin.properties +++ b/build/org.eclipse.cdt.autotools.docs/plugin.properties @@ -1,5 +1,5 @@ ################################################################################# -# Copyright (c) 2008 Red Hat, Inc. +# Copyright (c) 2008, 2013 Red Hat, Inc. # 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 @@ -9,4 +9,5 @@ # Red Hat Incorporated - initial API and implementation ################################################################################# bundleName=Autotools Documentation -provider=Eclipse CDT \ No newline at end of file +provider=Eclipse CDT +AutotoolsCheatSheetName=Creating a GNU Autotools Project \ No newline at end of file diff --git a/build/org.eclipse.cdt.autotools.docs/plugin.xml b/build/org.eclipse.cdt.autotools.docs/plugin.xml index 363bd7d958a..18fe954a116 100644 --- a/build/org.eclipse.cdt.autotools.docs/plugin.xml +++ b/build/org.eclipse.cdt.autotools.docs/plugin.xml @@ -19,7 +19,7 @@ category="org.eclipse.cdt-doc.category.tutorials" contentFile="cheatsheets/autotools.xml" id="org.eclipse.cdt.autotools-docs.cheatsheet3" - name="Creating a GNU Autotools Project"> + name="%AutotoolsCheatSheetName">