mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
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 <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
parent
a8a89155df
commit
00dca316ce
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
@ -10,3 +10,4 @@
|
|||
#################################################################################
|
||||
bundleName=Autotools Documentation
|
||||
provider=Eclipse CDT
|
||||
AutotoolsCheatSheetName=Creating a GNU Autotools Project
|
|
@ -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">
|
||||
</cheatsheet>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue