Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJeff Johnston2013-08-16 15:59:15 +0000
committerJeff Johnston2013-08-16 16:18:17 +0000
commit7f80a2d8c6e5c1d51233fc97e64d1f1717cc754f (patch)
tree68b146d0d297589f6097db877a0db6df5355018f /build
parent3c8862849a5cf18368e86d323cf61428a451513d (diff)
downloadorg.eclipse.cdt-7f80a2d8c6e5c1d51233fc97e64d1f1717cc754f.tar.gz
org.eclipse.cdt-7f80a2d8c6e5c1d51233fc97e64d1f1717cc754f.tar.xz
org.eclipse.cdt-7f80a2d8c6e5c1d51233fc97e64d1f1717cc754f.zip
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>
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.autotools.docs/plugin.properties5
-rw-r--r--build/org.eclipse.cdt.autotools.docs/plugin.xml2
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">
</cheatsheet>
</extension>

Back to the top