Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-09-03 14:27:38 +0000
committerJonah Graham2019-09-09 19:56:07 +0000
commit2cbf927a36d722adb50d0e90421378752ad15d43 (patch)
tree5bad2c2cadb431e1feacca4a1293db79daf5b738 /core/org.eclipse.cdt.ui/plugin.xml
parenta1febf009712cf7190b75519e8d610206e540009 (diff)
downloadorg.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.tar.gz
org.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.tar.xz
org.eclipse.cdt-2cbf927a36d722adb50d0e90421378752ad15d43.zip
Bug 550076 - Use PE64 parser by defaultCDT_9_9_0
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 50e0430c72f..ee0a5873c7d 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -3344,6 +3344,11 @@
id="PEBinaryParserPage">
</parserPage>
<parserPage
+ class="org.eclipse.cdt.ui.dialogs.CygwinPEBinaryParserPage"
+ parserID="org.eclipse.cdt.core.Cygwin_PE64"
+ id="PEBinaryParserPage">
+ </parserPage>
+ <parserPage
class="org.eclipse.cdt.ui.dialogs.GNUXCoffBinaryParserPage"
parserID="org.eclipse.cdt.core.XCOFF32"
id="XcoffBinaryParserPage">

Back to the top