Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDoug Schaefer2005-07-27 19:51:54 +0000
committerDoug Schaefer2005-07-27 19:51:54 +0000
commite83482c41db307c352fe389f6704c0deb8bfe7b9 (patch)
treeed1064240f0dc983638d31475b83cfedc1e2c039 /doc
parent3e49b43357e6655fd54ee61f62c750ff762c6139 (diff)
downloadorg.eclipse.cdt-e83482c41db307c352fe389f6704c0deb8bfe7b9.tar.gz
org.eclipse.cdt-e83482c41db307c352fe389f6704c0deb8bfe7b9.tar.xz
org.eclipse.cdt-e83482c41db307c352fe389f6704c0deb8bfe7b9.zip
Cleaning up the ISV docs. Remove reference to missing schema files in core.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/buildDoc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/buildDoc.xml b/doc/org.eclipse.cdt.doc.isv/buildDoc.xml
index 12737aaf56f..194272ef8ff 100644
--- a/doc/org.eclipse.cdt.doc.isv/buildDoc.xml
+++ b/doc/org.eclipse.cdt.doc.isv/buildDoc.xml
@@ -12,7 +12,12 @@
<property name="dest" value="reference/extension-points" />
<record name="${basedir}/cdtconvert.txt" action="start"/>
<pde.convertSchemaToHTML manifest="../org.eclipse.cdt.core/plugin.xml" destination="${dest}" />
+ <pde.convertSchemaToHTML manifest="../org.eclipse.cdt.ui/plugin.xml" destination="${dest}" />
<pde.convertSchemaToHTML manifest="../org.eclipse.cdt.debug.core/plugin.xml" destination="${dest}" />
+ <pde.convertSchemaToHTML manifest="../org.eclipse.cdt.make.core/plugin.xml" destination="${dest}" />
+ <pde.convertSchemaToHTML manifest="../org.eclipse.cdt.make.ui/plugin.xml" destination="${dest}" />
+ <pde.convertSchemaToHTML manifest="../org.eclipse.cdt.managedbuilder.core/plugin.xml" destination="${dest}" />
+ <pde.convertSchemaToHTML manifest="../org.eclipse.cdt.managedbuilder.ui/plugin.xml" destination="${dest}" />
<record name="${basedir}/cdtconvert.txt" action="stop"/>
</target>

Back to the top