mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug # 209324 : Warning when buildDefinition toolChain contains no tool elements
This commit is contained in:
parent
9eba2e3e79
commit
fc92b0d838
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ Specifying this attribute is fully equivalent to specifying the "org.eclips
|
|||
</annotation>
|
||||
<complexType>
|
||||
<sequence>
|
||||
<element ref="tool" minOccurs="1" maxOccurs="unbounded"/>
|
||||
<element ref="tool" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<element ref="targetPlatform" minOccurs="0" maxOccurs="1"/>
|
||||
<element ref="builder" minOccurs="0" maxOccurs="1"/>
|
||||
<element ref="optionCategory" minOccurs="0" maxOccurs="unbounded"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue