Define .eclipseproduct during build

谁都会走 提交于 2019-12-12 06:02:03

问题


When I build my product .eclipseproduct is generated. Is this file still relevant for Eclipse 3.6+? Is there a way to modify this file to reflect my product? I know I can alter this file myself, but was wondering if there is a plugin that can do this?


回答1:


In the installation profile (p2/org.eclipse.equinox.p2.engine/profileRegistry/<ProfileName>.profile/<highest number>.profile.gz) of your product installation, you can find out where the .eclipseproduct file comes from: It is extracted from the artifact org.eclipse.rcp_root. That artifact will always be installed when the org.eclipse.rcp feature (p2 id org.eclipse.rcp.feature.group) is installed.

So this file is not generated by the build, but it comes with artifacts referenced in your build. If you want to learn about it's purpose or want it to be changed, you should contact the providers of the org.eclipse.rcp feature.



来源:https://stackoverflow.com/questions/14061666/define-eclipseproduct-during-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!