Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2011-04-25 04:38:22 +0000
committerAndrew Gvozdev2011-04-25 04:38:22 +0000
commit0a90b65e971ba1c562a9f04e454405fafbba7c84 (patch)
treea50b3e7abcd4c4f528985a934b57b43317eee4d2 /build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
parentbd992e2e922b4a5f0df7f819f958d69ba6878302 (diff)
downloadorg.eclipse.cdt-0a90b65e971ba1c562a9f04e454405fafbba7c84.tar.gz
org.eclipse.cdt-0a90b65e971ba1c562a9f04e454405fafbba7c84.tar.xz
org.eclipse.cdt-0a90b65e971ba1c562a9f04e454405fafbba7c84.zip
bug 222817: [Contribution] <enablement and applicability calculator support with Option Category
Patch from Miwako Tokugawa
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
index 538c8417e4b..83e75654f87 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -1144,6 +1144,9 @@ A custom field-editor needs to be registered, under the same ID, through the &lt
</documentation>
</annotation>
<complexType>
+ <sequence>
+ <element ref="enablement" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
@@ -1448,6 +1451,9 @@ Additional special types exist to flag options of special relevance to the build
</documentation>
</annotation>
<complexType>
+ <sequence>
+ <element ref="enablement" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>

Back to the top