[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Adding an XML Editor to a product

Richard,

If you use the Plug-ins view of the PDE perspective you can use Open Dependencies. The dependencies are also shown in the Package Explorer if you expand "Plug-in Dependencies"; go figure. :-P

When creating a launch specification, you can pick some plugins, and tell it to include all the dependencies. That's another way to figure out the closure and to test that it works quickly...


Richard Oliver Legendi wrote:
Thanks David, I'm going to try this out.
Btw, are there any tools to get know the dependencies somehow for a specific plug-in? I don't know where to start searching the dependencies.


Richard

David Carver wrote:
You'll also need to add the org.wst.common and org.wst.sse plugin's as well. Also the XML editor does require some plugins that are only in the platform IDE, so you may need to include some additional platform resources as well.