1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Modified description.

This commit is contained in:
Mikhail Khodjaiants 2006-02-07 21:21:41 +00:00
parent 5a7a5616b9
commit b26b4af40f

View file

@ -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>
&lt;extension point=&quot;org.eclipse.cdt.debug.mi.core.commandFactories&quot;&gt; The following is an example of a command factory extension point:
&lt;extension point=&quot;org.eclipse.cdt.debug.mi.core.commandFactories&quot;&gt;
&lt;commandFactory &lt;commandFactory
class=&quot;org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory&quot; class=&quot;org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory&quot;
debuggerID=&quot;org.eclipse.cdt.debug.mi.core.CDebuggerNew&quot; debuggerID=&quot;org.eclipse.cdt.debug.mi.core.CDebuggerNew&quot;
@ -122,7 +124,6 @@
name=&quot;CygWin&quot; name=&quot;CygWin&quot;
platforms=&quot;win32&quot;/&gt; platforms=&quot;win32&quot;/&gt;
&lt;/extension&gt; &lt;/extension&gt;
</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>