Situation:
I have written an Eclipse plugin which do some stuff. No I want to use an existing UML Editor plugin which works with my plugin in Eclipse. To modify the UML Editor for my purpose I downloaded the source code of the special plugin and modify some code of it. The Editor itself needs some other plugins, for example the UML2 Extender SDK, GEF etc.
Goal:
Is it possible to integrate the modified plugin and all of its dependency plugins in my plugin and deliver it in one thing?
How can I create a feature or a plugin which contains all necessary plugins, so I can give it to a friend who has nothing more to do than for example, put it in his plugin folder and it works without installing some of the necessary plugins in his eclipse additionally?