1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00
This commit is contained in:
Alain Magloire 2003-08-31 23:54:48 +00:00
parent f1966eafe3
commit c27dc686af

View file

@ -1,3 +1,11 @@
2003-08-31 Alain Magloire
Add method to save the ErrorParsers
Change ErrorParserManger to use the extension point for the ErrorParser.
* src/org/eclipse/cdt/core/CCorePlugin.java
* src/org/eclipse/cdt/core/ErrorParserManager.java
2003-08-31 Alain Magloire
Add method to retrieve the Error Parsers in the CCorePlugin.