Eclipse Help Plugin - Move xml files into a nested directory of a project

90 views Asked by At

I use a wizard to create a new Plug-in Project and select the template "Plug-in with sample help content". If I start the created project, the sample table of contents is listed in help view. I want to move the whole bunch of xml and html help-files into a 'help'-directory:

project file structure

The paths in plugin.xml are changed automatically by eclipse: enter image description here

The same for the toc*.xml files:

enter image description here

The entry bin.includes in build.properties is changed appropriately as well: enter image description here

But the sample table of contents isn't shown anymore if I start eclipse with this plugin. I can't see any exceptions and there are no related messages in error log. Any ideas what I am missing?

1

There are 1 answers

0
Danny Lo On BEST ANSWER

I found the answer in the Eclipse Community Forum

What should be fixed were link_to attributes in the child tocs:

enter image description here