348366 Work around API tooling error in back-port

- Adding a constant to an API class is an API extension and therefore
  would require a minor version increment. This, however, is not
  allowed in maintenance branches.
- This commit works around this problem by moving the new constant to
  a non-API class. This is ugly (just like the whole situation), but
  IMHO the bug is severe and needs to be fixed.
4 files changed
tree: f95960df61bd9881d5845e1bdcc0c78c93c59cb4
  1. bundles/
  2. examples/
  3. features/
  4. org.eclipse.equinox.p2.releng/