1
0
Fork 0
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:
Uwe Stieber 2015-04-30 10:06:50 +02:00
parent 616610fc8b
commit e03a36ceab

View file

@ -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>