Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Sennikovsky2007-06-19 09:29:21 +0000
committerMikhail Sennikovsky2007-06-19 09:29:21 +0000
commitd31446aba072db0e36daedce24c82620adc59b59 (patch)
treeb40cff2a9d1100f586ed0c9a13b78df0d3dde99f /build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
parent1ec487930fc7d8e8a8aa14388b8e5a8db33cc113 (diff)
downloadorg.eclipse.cdt-d31446aba072db0e36daedce24c82620adc59b59.tar.gz
org.eclipse.cdt-d31446aba072db0e36daedce24c82620adc59b59.tar.xz
org.eclipse.cdt-d31446aba072db0e36daedce24c82620adc59b59.zip
more easy way of integrating to the general project types in the new project wizard
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd1
1 files changed, 1 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 f7038cfd706..ef42872bac0 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -341,6 +341,7 @@ Specifying this attribute is fully equivalent to specifying the "org.eclips
<element ref="builder" minOccurs="0" maxOccurs="1"/>
<element ref="optionCategory" minOccurs="0" maxOccurs="unbounded"/>
<element ref="option" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="supportedProperties" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>

Back to the top