1
0
Fork 0
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:
Oleg Krasilnikov 2007-11-09 12:46:07 +00:00
parent 9eba2e3e79
commit fc92b0d838

View file

@ -338,7 +338,7 @@ Specifying this attribute is fully equivalent to specifying the "org.eclips
</annotation> </annotation>
<complexType> <complexType>
<sequence> <sequence>
<element ref="tool" minOccurs="1" maxOccurs="unbounded"/> <element ref="tool" minOccurs="0" maxOccurs="unbounded"/>
<element ref="targetPlatform" minOccurs="0" maxOccurs="1"/> <element ref="targetPlatform" minOccurs="0" maxOccurs="1"/>
<element ref="builder" minOccurs="0" maxOccurs="1"/> <element ref="builder" minOccurs="0" maxOccurs="1"/>
<element ref="optionCategory" minOccurs="0" maxOccurs="unbounded"/> <element ref="optionCategory" minOccurs="0" maxOccurs="unbounded"/>