cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties
changeset 37 c2bce6dd59e7
child 68 d8439c154fc7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cdt/cdt_6_0_x/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorparsers/messages.properties	Wed Jul 29 14:30:25 2009 -0500
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2006, 2008 Siemens AG.
+# 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:
+# Norbert Ploett - Initial implementation
+###############################################################################
+GCCErrorParser_varPattern_undeclared='(.*)' undeclared
+GCCErrorParser_varPattern_defdNotUsed='(.*)' defined but not used
+GCCErrorParser_varPattern_conflictTypes=conflicting types for '(.*)'
+GCCErrorParser_varPattern_parseError=parse error before '(.*)'
+GCCErrorParser_skip_UndeclaredOnlyOnce=\\(Each undeclared identifier is reported only once
+GCCErrorParser_skip_forEachFunction=for each function it appears in.\\)
+GCCErrorParser_skip_note=: note:
+GCCErrorParser_sikp_instantiatedFromHere=instantiated from 
+GCCErrorParser_Warnings=(.*?):([0-9]+):([0-9]+:)?(.*[([Ww]arning)(WARNING)([Ee]rror)]:)? (.*)
+GLDErrorParser_error_text=(.*)\\(\\.text\\+.*\\): (.*)
+GLDErrorParser_warning_general=ld(\\.exe)?: [Ww]arning:? (.*)
+GLDErrorParser_error_general=ld(\\.exe)?: (.*)