From 505c818d23c9982de27fe629605ef3935cbafc12 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 7 Feb 2007 14:22:31 +0000 Subject: [PATCH] Minor fix for progess monitor, when joining the indexer. --- .../internal/core/pdom/indexer/messages.properties | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/messages.properties b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/messages.properties index a0b3200372e..826c17e9d4b 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/messages.properties +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/messages.properties @@ -1,4 +1,14 @@ -PDOMIndexerTask_collectingFilesTask=Collecting files to parse (project ''{0}'') +############################################################################### +# Copyright (c) 2006, 2007 Wind River Systems, Inc. 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Markus Schorn (Wind River Systems) +############################################################################### +PDOMIndexerTask_collectingFilesTask=Collecting files (project ''{0}'') PDOMIndexerTask_tooManyIndexProblems=Too many problems while indexing project ''{0}'', stopping indexer. PDOMIndexerTask_parsingFileTask=parsing {0} ({1}) PDOMIndexerTask_errorWhileParsing=Error while parsing {0}.