From 00dca316ce32e503b54d8f0b44795990a3e51176 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 16 Aug 2013 11:59:15 -0400 Subject: [PATCH] Bug 414829 - Unexternalized cheat sheet name - Fix name to use plugin.properties. Change-Id: Ib81cddea437f4b21a52ef6ac9400cf37754fb5f4 Reviewed-on: https://git.eclipse.org/r/15548 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.docs/plugin.properties | 5 +++-- build/org.eclipse.cdt.autotools.docs/plugin.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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">