Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Plugin Info from the Project

Hi,

I got the IProject from the selected resource

       if (resource.getType() == IResource.PROJECT)
       {
           project = (IProject)resource;
       }

I would like to get the IPlugin associated with that project - is it possible ? I didn't find any way I could get the plugin from the project or ProjectDescriptor. What API's do I use to get it ?

thanks in advance,
-Anou

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



Back to the top