Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Confusion over a plugin warning
Confusion over a plugin warning [message #152184] Sun, 02 November 2003 16:53 Go to next message
Eclipse UserFriend
The following snippet from my plugin.xml:

<extension point="org.eclipse.team.core.projectSets">
<projectSet id="net.sourceforge.perforce.core.perforcenature"
class="net.sourceforge.perforce.ui.internal.P4ProjectSetSerializer "/>
</extension>

generates the following two warnings:

Element 'projectSet' is not legal as a child of element 'null'. plugin.xml
Element 'projectSet' is not legal in the enclosing extension point.

This extension declaration is essentially the same as one
org.eclipse.team.cvs.ui, which does not generate a warning.

Anybody got any ideas?
David Corbin
Re: Confusion over a plugin warning [message #152421 is a reply to message #152184] Mon, 03 November 2003 10:23 Go to previous messageGo to next message
Eclipse UserFriend
Seems to be bug #39951 (fixed in 3.0)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=39951
--
Steve
Re: Confusion over a plugin warning [message #155167 is a reply to message #152421] Mon, 10 November 2003 19:59 Go to previous message
Eclipse UserFriend
Originally posted by: dcorbin.machturtle.com

Eric Estievenart wrote:

> Seems to be bug #39951 (fixed in 3.0)
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=39951

That seems to apply to specific extension points (not the ones I'm having).
I suppose I should report mine seperately.
Previous Topic:Unsaved Resources
Next Topic:Why does Eclipse on Windows use Registry to find java home?
Goto Forum:
  


Current Time: Wed May 28 07:08:38 EDT 2025

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

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

Back to the top