I forget to add the right header...
It works now.
Jenny
Jenny wrote:
Hi again,
I try and try it and it don't work...
What I tried so far:
-I changed my html pages to xhtml pages.
-one new includes.xhtml file with:
<p id="copy">
Copyright 2006 My Company. All rights reserved.
</p>
-in another xhtml file:
<include path="plugin/html/path/includes.xhtml/copy"/>
-added extension point org.eclipse.help.contentProducer
and bound org.eclipse.help.dynamic
with my own written producer: help.dynamicTopic
-added extension point org.eclipse.help.base.luceneSearchParticipants
and bound org.eclipse.help.base.xhtml
The help didn't make the include...
Did I forget something?
I use eclipse 3.3
Jenny