From 8e36b4c68a55f10c70a7ed6d0779fcfa314c15ef Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 29 Aug 2012 14:44:28 -0400 Subject: [PATCH] NEW - bug 388354: Problem with Option.configure.sharedstatedir.tip in org.eclipse.cdt https://bugs.eclipse.org/bugs/show_bug.cgi?id=388354 Change-Id: Ib320ee4a462b0e8ea6e52d280d1eed55f7d5d1d0 Reviewed-on: https://git.eclipse.org/r/7499 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.core/ChangeLog | 6 ++++++ build/org.eclipse.cdt.autotools.core/plugin.properties | 2 +- .../autotools/core/configure/ConfigureMessages.properties | 4 ++-- build/org.eclipse.cdt.autotools.ui/ChangeLog | 5 +++++ build/org.eclipse.cdt.autotools.ui/plugin.properties | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.core/ChangeLog b/build/org.eclipse.cdt.autotools.core/ChangeLog index 4db2797dc08..3780711d6bc 100644 --- a/build/org.eclipse.cdt.autotools.core/ChangeLog +++ b/build/org.eclipse.cdt.autotools.core/ChangeLog @@ -1,3 +1,9 @@ +2012-08-29 Jeff Johnston + + Resolves: bug #388354 + * plugin.properties: Fix statedir option help tip message. + * src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties: Ditto. + 2012-04-20 Jeff Johnston * META-INF/MANIFEST.MF: Bump up version to 1.1.0. diff --git a/build/org.eclipse.cdt.autotools.core/plugin.properties b/build/org.eclipse.cdt.autotools.core/plugin.properties index 6a3682f1b7c..ee71b8e0baa 100644 --- a/build/org.eclipse.cdt.autotools.core/plugin.properties +++ b/build/org.eclipse.cdt.autotools.core/plugin.properties @@ -114,7 +114,7 @@ Option.configure.srcdir.tip=Place where configure can find sources [configure di Option.configure.localstatedir=Modifiable single-machine data directory (--localstatedir) Option.configure.localstatedir.tip=Place where modifiable single-machine data is installed [PREFIX/var] 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.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.oldincludedir=Non-gcc C header file directory (--oldincludedir) diff --git a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties index 0823b6ca45a..fb05be9799b 100644 --- a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties +++ b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties @@ -59,7 +59,7 @@ Option.configure.srcdir.tip=Place where configure can find sources [configure di Option.configure.localstatedir=Single-machine data directory (--localstatedir) Option.configure.localstatedir.tip=Place where modifiable single-machine data is installed [PREFIX/var] Option.configure.sharedstatedir=Arch-independent data directory (--sharedstatedir) -Option.configure.sharedstatedir.tip=Place where modifiable architecture-independent data is installed [PREFIX/com} +Option.configure.sharedstatedir.tip=Place where modifiable architecture-independent data is installed [PREFIX/com] Option.configure.libexecdir=Program executable directory (--libexecdir) Option.configure.libexecdir.tip=Place where program executables will be installed [EPREFIX/libexec] Option.configure.oldincludedir=Non-gcc C header file directory (--oldincludedir) @@ -98,4 +98,4 @@ Tool.command=Command Tool.allopts=All Options Configure.Error.AlreadyExists="A configuration named {0} already exists" -Configure.Error.NoProjectToSave="Project: {0} does not exist at time of saving configuration" \ No newline at end of file +Configure.Error.NoProjectToSave="Project: {0} does not exist at time of saving configuration" diff --git a/build/org.eclipse.cdt.autotools.ui/ChangeLog b/build/org.eclipse.cdt.autotools.ui/ChangeLog index 5e62a8d5688..150cecceb89 100644 --- a/build/org.eclipse.cdt.autotools.ui/ChangeLog +++ b/build/org.eclipse.cdt.autotools.ui/ChangeLog @@ -1,3 +1,8 @@ +2012-08-29 Jeff Johnston + + Resolves: bug #388354 + * plugin.properties: Fix statedir option help tip message. + 2012-03-30 Jeff Johnston * src/org/eclipse/cdt/internal/autotools/ui/editors/automake/AutomakeEditor.java diff --git a/build/org.eclipse.cdt.autotools.ui/plugin.properties b/build/org.eclipse.cdt.autotools.ui/plugin.properties index 376356adf49..73ddb900711 100644 --- a/build/org.eclipse.cdt.autotools.ui/plugin.properties +++ b/build/org.eclipse.cdt.autotools.ui/plugin.properties @@ -113,7 +113,7 @@ Option.configure.srcdir.tip=Place where configure can find sources [configure di Option.configure.localstatedir=Modifiable single-machine data directory (--localstatedir) Option.configure.localstatedir.tip=Place where modifiable single-machine data is installed [PREFIX/var] 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.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.oldincludedir=Non-gcc C header file directory (--oldincludedir)