Web project Nature for filter in plugin.xml [message #169636] |
Fri, 12 December 2003 09:43  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03597 seconds