Community
Participate
Working Groups
Right now the DocumentationProvider.exsd says the type of the class attribute is a org.eclipse.wst.jsdt.ui.documentationProvider when in fact it has to be a class that implements org.eclipse.wst.jsdt.ui.IDocumentationReader. This is quite unfortunate because all the great PDE tooling does not kick in an the generated documentation is not helpful.
Created attachment 192425 [details] patch that fixes the schema of DocumentationProvider
Already corrected in M7, but thanks for the patch, Phillippe.