Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2007-06-08 10:42:23 +0000
committerMikhail Sennikovsky2007-06-08 10:42:23 +0000
commit2f72db35716f7249b0a76090f5e7d6adaaea96cb (patch)
treeecdfd8314c718c10ad6b20e054d7af9dac320d64 /build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
parent31841a2ffec0cb85446074e401a2fabc3374e23a (diff)
downloadorg.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.tar.gz
org.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.tar.xz
org.eclipse.cdt-2f72db35716f7249b0a76090f5e7d6adaaea96cb.zip
1. Schema fixes
2. test tool-chain definition fixes
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd21
1 files changed, 21 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 64c6e9c2e8b..f7038cfd706 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -485,6 +485,13 @@ The pathConverter of a toolchain applies for all tools of the toolchain except i
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -772,6 +779,13 @@ The pathConverter of a toolchain applies for all tools of the toolchain except i
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -1675,6 +1689,13 @@ If the builder supports specifying custom number of parallel jobs, the option de
</documentation>
</annotation>
</attribute>
+ <attribute name="isSystem" type="boolean">
+ <annotation>
+ <documentation>
+ the system elements are used by the system for specific needs and are not displayed in UI
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top