install plugin spy plugin into custom rcp application

时光总嘲笑我的痴心妄想 提交于 2019-12-10 16:44:18

问题


Plugin spy is included into Eclipse since 3.4. I wonder if there is somewhere separate plugin distribution, so it could be used to install into custom rcp application. In my case it is jubula if this information is necessary.


回答1:


Using the Plug-in Registry view, you can see the spy is defined in org.eclipse.pde.runtime. Just include this in your application. The only mandatory dependencies are for org.eclipse.core.runtime, org.eclipse.ui, and org.eclipse.ui.forms - the rest are optional...



来源:https://stackoverflow.com/questions/10332079/install-plugin-spy-plugin-into-custom-rcp-application

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