mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
View: Fix extension point schema
This commit is contained in:
parent
616610fc8b
commit
e03a36ceab
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ Terminal launcher delegates contributes terminal settings widget to the <code
|
||||||
The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element!
|
The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element!
|
||||||
</documentation>
|
</documentation>
|
||||||
<appinfo>
|
<appinfo>
|
||||||
<meta.attribute kind="java" basedOn="org.eclipse.tcf.te.ui.terminals.launcher.AbstractLauncherDelegate:org.eclipse.tcf.te.ui.terminals.interfaces.ILauncherDelegate"/>
|
<meta.attribute kind="java" basedOn="org.eclipse.tm.terminal.view.ui.launcher.AbstractLauncherDelegate:org.eclipse.tm.terminal.view.ui.interfaces.ILauncherDelegate"/>
|
||||||
</appinfo>
|
</appinfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -125,7 +125,7 @@ The terminal launcher delegate implementation class must be specified either by
|
||||||
The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element!
|
The terminal launcher delegate implementation class must be specified either by the class attribute or the class child element!
|
||||||
</documentation>
|
</documentation>
|
||||||
<appinfo>
|
<appinfo>
|
||||||
<meta.attribute kind="java" basedOn="org.eclipse.tcf.te.ui.terminals.launcher.AbstractLauncherDelegate:org.eclipse.tcf.te.ui.terminals.interfaces.ILauncherDelegate"/>
|
<meta.attribute kind="java" basedOn="org.eclipse.tm.terminal.view.ui.launcher.AbstractLauncherDelegate:org.eclipse.tm.terminal.view.ui.interfaces.ILauncherDelegate"/>
|
||||||
</appinfo>
|
</appinfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue