Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-06-19 20:41:42 +0000
committerJeff Johnston2013-06-19 20:44:19 +0000
commit83752e91cf36c9b90bff5bcdd678a6ac02c3a53f (patch)
treeb4766d9fa9d9bd11afe13011f39f3ed5066b3863 /build/org.eclipse.cdt.autotools.core
parent4c2d51b6156b1a4193af7bf0eeeee279165ee296 (diff)
downloadorg.eclipse.cdt-83752e91cf36c9b90bff5bcdd678a6ac02c3a53f.tar.gz
org.eclipse.cdt-83752e91cf36c9b90bff5bcdd678a6ac02c3a53f.tar.xz
org.eclipse.cdt-83752e91cf36c9b90bff5bcdd678a6ac02c3a53f.zip
Bug 410637 - Duplicate string ID found in autotools plugin.properties.
- Fix libexecdir tool tip message to have .tip suffix. Change-Id: If4d42f9d8d616bd2bc834834c7724b69230d4259 Reviewed-on: https://git.eclipse.org/r/13932 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/org.eclipse.cdt.autotools.core')
-rw-r--r--build/org.eclipse.cdt.autotools.core/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/plugin.properties b/build/org.eclipse.cdt.autotools.core/plugin.properties
index ee71b8e0baa..01a486842f2 100644
--- a/build/org.eclipse.cdt.autotools.core/plugin.properties
+++ b/build/org.eclipse.cdt.autotools.core/plugin.properties
@@ -116,7 +116,7 @@ Option.configure.localstatedir.tip=Place where modifiable single-machine data is
Option.configure.sharedstatedir=Modifiable architecture-independent data directory (--sharedstatedir)
Option.configure.sharedstatedir.tip=Place where modifiable architecture-independent data is installed [PREFIX/com]
Option.configure.libexecdir=Program executable directory (--libexecdir)
-Option.configure.libexecdir=Place where program executables will be installed [EPREFIX/libexec]
+Option.configure.libexecdir.tip=Place where program executables will be installed [EPREFIX/libexec]
Option.configure.oldincludedir=Non-gcc C header file directory (--oldincludedir)
Option.configure.oldincludedir.tip=Place where non-gcc C header files are installed [/usr/include]
@@ -180,4 +180,4 @@ AutogenScript.name=Autogen Script
AutotoolsProblemMarker.name=Configure Problem
AutotoolsErrorParser.name=Autotools Error Parser
-AutoconfErrorParser.name=Autoconf Error Parser \ No newline at end of file
+AutoconfErrorParser.name=Autoconf Error Parser

Back to the top