Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] CDT/Core fix Typo in plugin.xml

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.core/ChangeLog,v
retrieving revision 1.137
diff -u -r1.137 ChangeLog
--- ChangeLog	31 Aug 2003 23:54:48 -0000	1.137
+++ ChangeLog	1 Sep 2003 21:46:09 -0000
@@ -1,3 +1,9 @@
+2003-09-01 Alain Magloire
+
+	Typo in the class signature.
+
+	* plugin.xml
+
 2003-08-31 Alain Magloire
 
 	Add method to save the ErrorParsers
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.core/plugin.xml,v
retrieving revision 1.27
diff -u -r1.27 plugin.xml
--- plugin.xml	31 Aug 2003 04:42:14 -0000	1.27
+++ plugin.xml	1 Sep 2003 21:46:10 -0000
@@ -184,7 +184,7 @@
          name="CDT Visual C Error Parser"
          point="org.eclipse.cdt.core.ErrorParser">
       <errorparser
-            class="org.eclipse.cdt.internal.core.linux.VCErrorParser">
+            class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
       </errorparser>
    </extension>
 



Back to the top