1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 07:05:58 +02:00

Bug 414829 - Unexternalized cheat sheet name

- Fix name to use plugin.properties.

Change-Id: I45ad4a96fce1efcbb2f8a7f3c9bc6978d4259098
Reviewed-on: https://git.eclipse.org/r/15550
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
Jeff Johnston 2013-08-16 11:59:15 -04:00
parent 3c8862849a
commit 7f80a2d8c6
2 changed files with 4 additions and 3 deletions

View file

@ -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 # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -10,3 +10,4 @@
################################################################################# #################################################################################
bundleName=Autotools Documentation bundleName=Autotools Documentation
provider=Eclipse CDT provider=Eclipse CDT
AutotoolsCheatSheetName=Creating a GNU Autotools Project

View file

@ -19,7 +19,7 @@
category="org.eclipse.cdt-doc.category.tutorials" category="org.eclipse.cdt-doc.category.tutorials"
contentFile="cheatsheets/autotools.xml" contentFile="cheatsheets/autotools.xml"
id="org.eclipse.cdt.autotools-docs.cheatsheet3" id="org.eclipse.cdt.autotools-docs.cheatsheet3"
name="Creating a GNU Autotools Project"> name="%AutotoolsCheatSheetName">
</cheatsheet> </cheatsheet>
</extension> </extension>