Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Question about code in pde.doc.user's plugin.xml file
Question about code in pde.doc.user's plugin.xml file [message #29347] Sat, 25 October 2008 18:28
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

In the plugin.xml file for plug-in "org.eclipse.pde.doc.user", there are
these two help contexts declared:
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_PDE.xml">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="api_contexts.xml"
plugin="org.eclipse.pde.api.tools.ui">
</contexts>
</extension>

-----------

Why does the second one include the attribute
plugin="org.eclipse.pde.api.tools.ui"
but the first one does not include that portion?

I've read the online help for the org.eclipse.help.contexts extension
point, but I don't quite get the reasoning. Because the PDE is a
well-known usage case and could be a good example, :-), I'm looking for
enlightenment to understanding. That's why I'm posting to this newsgroup
instead of the UA newsgroup.

Thanks in advance!
Lee Anne
Previous Topic:InvocationTargetException during headless build
Next Topic:Question about code in pde.doc.user's plugin.xml file
Goto Forum:
  


Current Time: Thu Apr 25 16:34:58 GMT 2024

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

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

Back to the top