5

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?

Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278

2 Answers2

4

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
1

I would try taking a ready zip from the Eclipse site and putting these three plugins into the plugins and features directory.

Grzegorz Oledzki
  • 23,614
  • 16
  • 68
  • 106
  • Since you are formulating this as a question, I'm not sure if you are suggesting this as something worth trying or as something that you know to work without problems. Could you clarify/edit, please? – xverges Nov 04 '14 at 08:29