Eclipse插件引入多个依赖插件后不能正常显示

1、需要把插件的依赖 插件一起导出。
    比如 com.esoon.deploy 依赖于 org.eclipse.ui.ide,则两个插件要一起导出发布。

2、需要把插件主配置文件plugin.xml依赖的国际化文件一起导出。
    比如plugin.xml用到了国际化文件plugin.properties,则plugin.properties也要导出。

你可能感兴趣的:(eclipse插件)