From 19076f897f5e83c326a832c23aacfb8ae956149e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 31 Aug 2003 04:42:14 +0000 Subject: [PATCH] New extension point for the ErrorParsers --- core/org.eclipse.cdt.core/plugin.properties | 1 + core/org.eclipse.cdt.core/plugin.xml | 174 +++++++++++++++++++- 2 files changed, 169 insertions(+), 6 deletions(-) diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index 40e3064f0cf..b94cb646bd5 100644 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -10,6 +10,7 @@ CBuildConsole.name=C Builder Console CProject.name=C Project CBuilder.name=C Build Model ProcessList.name=Process List +ErrorParser.name=Error Parser makeproject.name=Make Project genericmake.name=Generic Make diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 88526a69002..63fc803a32e 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -21,12 +21,48 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -35,6 +71,11 @@ + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + @@ -290,6 +444,10 @@ + + + + @@ -299,6 +457,10 @@ + + + +