Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Providing more than one TOC Help per Plugin
Providing more than one TOC Help per Plugin [message #606299] Wed, 21 July 2010 22:10
Davi Baldin is currently offline Davi BaldinFriend
Messages: 4
Registered: March 2010
Junior Member
Hi all,

I'm using Eclipse help system as an Knowledge Base system.

My question is:

I want to provide more than one TOC entry in th Infocenter using only one plugin. I mean, every first entry (bold) in the Help Center is a TOC from a plugin but unfortunately, I cannot setup more than one TOC by plugin. Is this possible by the way? In this way, this code is not working:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
<toc
file="toc2.xml">
</toc>
</extension>
</plugin>

If I deploy this plugin, none of this tocs show up.

Thanks all!

Davi
Previous Topic:Providing more than one TOC Help entry per Plugin
Next Topic:Unable to load newly created plugins
Goto Forum:
  


Current Time: Fri Mar 29 01:55:27 GMT 2024

Powered by FUDForum. Page generated in 0.04031 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top