Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2010-08-15 20:53:27 +0000
committerDoug Schaefer2010-08-15 20:53:27 +0000
commitb45080a6f77fda171236cd6cffcab0cb9330005b (patch)
treead65614cfcc1dbe24e7d9a8b2e8e7ebae51c9780 /build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
parent927fba2490473211ae2ccac93fe6867d8056c8a3 (diff)
downloadorg.eclipse.cdt-b45080a6f77fda171236cd6cffcab0cb9330005b.tar.gz
org.eclipse.cdt-b45080a6f77fda171236cd6cffcab0cb9330005b.tar.xz
org.eclipse.cdt-b45080a6f77fda171236cd6cffcab0cb9330005b.zip
Bug 322458 - Implemented extension to allow the CommonBuilder.invokeBuilder method to be overriden.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd12
1 files changed, 11 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
index fecae0db712..b6fc59f54b8 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -1316,7 +1316,7 @@ Additional special types exist to flag options of special relevance to the build
<attribute name="browseFilterExtensions" type="string">
<annotation>
<documentation>
- An optional value that specifies a comma-separated string of file-extension filters for the underlying file browse-dialog. For filters with multiple extensions, use semicolon as a separator - eg. "*.lib;*.a;*.cmd,*.*". This attribute only applies when user chooses to browse the file-system, and only when browseType is 'file'.
+ An optional value that specifies a comma-separated string of file-extension filters for the underlying file browse-dialog. For filters with multiple extensions, use semicolon as a separator - eg. &quot;*.lib;*.a;*.cmd,*.*&quot;. This attribute only applies when user chooses to browse the file-system, and only when browseType is &apos;file&apos;.
</documentation>
</annotation>
</attribute>
@@ -1741,6 +1741,16 @@ If the builder supports specifying custom number of parallel jobs, the option de
</appInfo>
</annotation>
</attribute>
+ <attribute name="buildRunner" type="string">
+ <annotation>
+ <documentation>
+ A runner for the build. Overrides or extends the built-in external and internal build runners.
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.cdt.managedbuilder.core.IBuildRunner"/>
+ </appInfo>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top