diff options
Diffstat (limited to 'xlc/org.eclipse.cdt.errorparsers.xlc/plugin.xml')
-rw-r--r-- | xlc/org.eclipse.cdt.errorparsers.xlc/plugin.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.xml b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.xml deleted file mode 100644 index 42da3e3d9f2..00000000000 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.xml +++ /dev/null @@ -1,7 +0,0 @@ -<plugin> -<extension id="XlcErrorParser" - name="%CDTXLCErrorParser.name" - point="org.eclipse.cdt.core.ErrorParser"> - <errorparser class="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser" /> -</extension> -</plugin> |