diff options
author | Mikhail Khodjaiants | 2006-02-07 20:51:02 +0000 |
---|---|---|
committer | Mikhail Khodjaiants | 2006-02-07 20:51:02 +0000 |
commit | 667a2e1442131542a69ea426334804d8864d57fa (patch) | |
tree | 01307e1bd464464f8d45ef5dcbe8cd993ef0e18a /debug/org.eclipse.cdt.debug.mi.core/plugin.xml | |
parent | 1eff9754a0a890818cd4d7600e4dfd03ef28feeb (diff) | |
download | org.eclipse.cdt-667a2e1442131542a69ea426334804d8864d57fa.tar.gz org.eclipse.cdt-667a2e1442131542a69ea426334804d8864d57fa.tar.xz org.eclipse.cdt-667a2e1442131542a69ea426334804d8864d57fa.zip |
Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core/plugin.xml')
-rw-r--r-- | debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml index 469ebddde32..173a7cf3aa3 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -58,7 +58,7 @@ name="%CygWinCommandFactory.name" platforms="win32"/> <commandFactory - class="org.eclipse.cdt.debug.mi.core.command.factories.StandardCommandFactory" + class="org.eclipse.cdt.debug.mi.core.command.factories.linux.StandardLinuxCommandFactory" debuggerID="org.eclipse.cdt.debug.mi.core.CDebuggerNew" id="org.eclipse.cdt.debug.mi.core.standardLinuxCommandFactory1" miVersions="mi,mi1,mi2" |