diff options
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv/buildDoc.xml')
-rw-r--r-- | doc/org.eclipse.cdt.doc.isv/buildDoc.xml | 5 |
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> |