tags:

views:

223

answers:

2

I'd like to package Eclipse + a few custom plugins, for internal use.

The package will contain the

  • Platform Runtime Binary ( win32 and linux x86 gtk );
  • Mylyn Task List;
  • Mylyn Focused UI;
  • Mantis Connector for Mylyn.

How can I produce these custom builds?

A: 

How about taking a ready zip from the Eclipse site and putting these three plugins into the plugins and features directory?

Grzegorz Oledzki
+2  A: 

You can follow the article "Composing and updating custom Eclipse distros" for eclipse Galileo.

If that approach is too complex, you can simply define a shared plugin directory in which you will dump the common plugins you need.

VonC
Looks nice, thanks.
Robert Munteanu