0

I'm developing an eclipse RCP for managing xml documents which also includes the functionality provided by the wtp xml editor. What are the plugins that i need to include under the dependencies in the rcp to have access to that functionality or how can i locate them using eclipse?

Danaja
  • 309
  • 4
  • 16

1 Answers1

1

Usually the easiest way to find the needed - on depended-upon - plug-ins is via the Launch Configuration dialog. Simply select the plug-in that interests you and press "Add Required"...

Tonny Madsen
  • 12,628
  • 4
  • 31
  • 70