Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2010-08-24 15:11:16 +0000
committerAndrew Gvozdev2010-08-24 15:11:16 +0000
commitfda8583997b5f71f1bc1312ed6e9686df83c06f6 (patch)
tree9f54b96ccfa7f6a092b0897f08cc79ee479e5acf
parentb124a1d6e04ed3bf0f7a535efa744351cea8b6a5 (diff)
downloadorg.eclipse.cdt-fda8583997b5f71f1bc1312ed6e9686df83c06f6.tar.gz
org.eclipse.cdt-fda8583997b5f71f1bc1312ed6e9686df83c06f6.tar.xz
org.eclipse.cdt-fda8583997b5f71f1bc1312ed6e9686df83c06f6.zip
bug 323498: [Scanner Discovery] Regression: Current Directory is never discovered in CDT 6.0.2CDT_6_0_branch
~1.14
-rw-r--r--build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeMessages.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeMessages.properties b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeMessages.properties
index b088b58976a..9ce43e20038 100644
--- a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeMessages.properties
+++ b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2007 QNX Software Systems and others.
+# Copyright (c) 2003, 2010 QNX Software Systems and others.
# 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,6 +9,10 @@
# QNX Software Systems - initial API and implementation
###############################################################################
+# Those 2 messages are from "make" utility and should be "translated" to localized make messages exactly
+AbstractGCCBOPConsoleParser_EnteringDirectory=Entering directory
+AbstractGCCBOPConsoleParser_LeavingDirectory=Leaving directory
+
MakeBuilder.buildError=Error launching builder ({0})
MakeBuilder.Invoking_Make_Builder=Invoking Make Builder...
MakeBuilder.Invoking_Command=Invoking Command:

Back to the top