Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Web project Nature for filter in plugin.xml
Web project Nature for filter in plugin.xml [message #169636] Fri, 12 December 2003 09:43 Go to next message
Eclipse UserFriend
Originally posted by: cdevaux.aubay.com

Hi all,

I'm writing a plugin and I attempt to add a popupMenu extension
(see plugin.xml :
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.core.resources.IProject"
adaptable="true"
id="com.aubay.plugins.contribution1">
<filter
name="projectNature"
value="com.???.webNature"> // to apply on web project only
</filter>)

but I can't find the identifier corresponding to a "web Project" (value
item).

For example : the identifier for a Java project seams to be
"com.eclipse.jdt.core.javanature" but for a Web project ??? maybe
something like "com.ibm.????.webnature")

Any idea ?

Thanks in advance.

Cyrille
Re: Web project Nature for filter in plugin.xml [message #171532 is a reply to message #169636] Wed, 17 December 2003 07:24 Go to previous message
Eclipse UserFriend
Originally posted by: cdevaux.aubay.fr

Hi myself,

Someone told me it was "com.ibm.etools.j2ee.WebNature".
So the code is :

<filter

name="projectNature"

value="com.ibm.etools.j2ee.WebNature">

</filter>

Bye

"CDX" <cdevaux@aubay.com> a
Previous Topic:Progress Monitor + User Input
Next Topic:Sync view: Mark multiple files FROM KBD?
Goto Forum:
  


Current Time: Tue Jun 03 10:12:01 EDT 2025

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

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

Back to the top