Extending Eclipse product (parallel developments on a set of codes)

Posted by zeroin23 on Stack Overflow See other posts from Stack Overflow or by zeroin23
Published on 2010-06-11T10:49:32Z Indexed on 2010/06/12 2:32 UTC
Read the original article Hit count: 261

Filed under:

A spawn off of an existing eclipse product is required for customization for a client. (hence parallel product development)

The intention was to use Eclipse Fragment, but "Fragments are additive, they cannot override content found in the host."

how can we maintain one set of codes in the svn, yet allow customization by overriding some classes?


the current solution is to have a global flag to indicated which product it is and "if" "else" littered everywhere in the codes ...

© Stack Overflow or respective owner

Related posts about eclipse