Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Treggiari2005-05-09 03:37:42 +0000
committerLeo Treggiari2005-05-09 03:37:42 +0000
commit5bde16a1f94ebe5b52d4d065b2aa5f7315b62cb3 (patch)
tree31c921b790d4ecffa10859849ae62c303e410dc8 /build/org.eclipse.cdt.managedbuilder.core/schema
parent05adf9b80590c9eeea445ecb8dd8a475816ab4c1 (diff)
downloadorg.eclipse.cdt-5bde16a1f94ebe5b52d4d065b2aa5f7315b62cb3.tar.gz
org.eclipse.cdt-5bde16a1f94ebe5b52d4d065b2aa5f7315b62cb3.tar.xz
org.eclipse.cdt-5bde16a1f94ebe5b52d4d065b2aa5f7315b62cb3.zip
Second set of changes for multiple input & output
Gnu definitions are updated to use new schema elements
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/schema')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd10
1 files changed, 1 insertions, 9 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
index 79f85f11548..1e2ccbe535b 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
+++ b/build/org.eclipse.cdt.managedbuilder.core/schema/buildDefinitions.exsd
@@ -1330,15 +1330,7 @@ If the "buildPathResolver" attribute is specified, the "pathDelim
<meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of the extension point usage:
-&lt;p&gt;
-&lt;pre&gt;
- &lt;extension
- id=&quot;buildExample&quot;
- name=&quot;Definitions for Build Example&quot;
- point=&quot;org.eclipse.cdt.managedbuilder.core.buildDefinitions&quot;&gt;
- etc...
-&lt;/pre&gt;
+ [Enter examples here.]
</documentation>
</annotation>

Back to the top