When is it safe to remote import entires from feature.xml?

Posted by Robert Munteanu on Stack Overflow See other posts from Stack Overflow or by Robert Munteanu
Published on 2010-12-27T11:51:47Z Indexed on 2010/12/27 11:53 UTC
Read the original article Hit count: 378

I've recently learned that the import section from feature.xml is legacy, and the actual dependency work is delegated to the p2 engine, which uses the information from the plugin manifest.

I am not sure though if p2 is available for all recent versions of Eclipse, or in all Eclipse-based products, so I'm not sure if it is safe to remove the import section from feature.xml.

Under what circumstances is it safe to remove the import section from feature.xml? Assume that we are taking into consideration Eclipse 3.4 or newer.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about eclipse-plugin