mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Modified description.
This commit is contained in:
parent
5a7a5616b9
commit
b26b4af40f
1 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
<meta.schema plugin="org.eclipse.cdt.debug.mi.core" id="commandFactories" name="gdb/mi Command Factories"/>
|
<meta.schema plugin="org.eclipse.cdt.debug.mi.core" id="commandFactories" name="gdb/mi Command Factories"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
Allows the contributions of modified/extended gdb/mi command sets.
|
Allows the contributions of modified gdb/mi command sets.
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
@ -113,7 +113,9 @@
|
||||||
<meta.section type="examples"/>
|
<meta.section type="examples"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
<extension point="org.eclipse.cdt.debug.mi.core.commandFactories">
|
The following is an example of a command factory extension point:
|
||||||
|
|
||||||
|
<extension point="org.eclipse.cdt.debug.mi.core.commandFactories">
|
||||||
<commandFactory
|
<commandFactory
|
||||||
class="org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory"
|
class="org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory"
|
||||||
debuggerID="org.eclipse.cdt.debug.mi.core.CDebuggerNew"
|
debuggerID="org.eclipse.cdt.debug.mi.core.CDebuggerNew"
|
||||||
|
@ -122,7 +124,6 @@
|
||||||
name="CygWin"
|
name="CygWin"
|
||||||
platforms="win32"/>
|
platforms="win32"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
@ -131,7 +132,7 @@
|
||||||
<meta.section type="apiInfo"/>
|
<meta.section type="apiInfo"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
[Enter API information here.]
|
Value of the attribute class must be a fully qualified name of a Java class that extends the class org.eclipse.cdt.debug.mi.core.command.CommandFactory.
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
@ -140,7 +141,7 @@
|
||||||
<meta.section type="implementation"/>
|
<meta.section type="implementation"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
<documentation>
|
<documentation>
|
||||||
[Enter information about supplied implementation of this extension point.]
|
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
@ -154,7 +155,6 @@ All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
which accompanies this distribution, and is available at
|
which accompanies this distribution, and is available at
|
||||||
http://www.eclipse.org/legal/epl-v10.html
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue