mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 15:55:47 +02:00
bug 243839: Managed Build Definitions schema issues
Option's helpSupplier marked as obsolete, tool's commandLineGenerator marked as implements IManagedCommandLineGenerator. Patch from Torkild Ulvøy Resheim
This commit is contained in:
parent
0499bcb428
commit
d1d5511415
1 changed files with 2 additions and 2 deletions
|
@ -701,7 +701,7 @@ The pathConverter of a toolchain applies for all tools of the toolchain except i
|
||||||
Specifies the name of the class that implements IManagedCommandLineGenerator in order to provide custom command line generation logic.
|
Specifies the name of the class that implements IManagedCommandLineGenerator in order to provide custom command line generation logic.
|
||||||
</documentation>
|
</documentation>
|
||||||
<appInfo>
|
<appInfo>
|
||||||
<meta.attribute kind="java"/>
|
<meta.attribute kind="java" basedOn=":org.eclipse.cdt.managedbuilder.core.IManagedCommandLineGenerator"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -1340,7 +1340,7 @@ Additional special types exist to flag options of special relevance to the build
|
||||||
This field is unused in 2.0
|
This field is unused in 2.0
|
||||||
</documentation>
|
</documentation>
|
||||||
<appInfo>
|
<appInfo>
|
||||||
<meta.attribute kind="java"/>
|
<meta.attribute kind="java" deprecated="true"/>
|
||||||
</appInfo>
|
</appInfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue