Eclipse RCP导出产品自定义插件未导出
我使用 Eclipse 产品导出向导来创建我的应用程序可分发映像。导出希望没有错误,但结果仅包含 eclipse.org.* 插件,不包含我的应用程序插件。
I use Eclipse Product export wizard to create my application distributable image. The export want without errors, but the result contains only the eclipse.org.* plugins, none of my application plugins.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将您自己的插件添加到产品配置中,您可以执行以下操作:
打开*.product 文件并切换到依赖项 选项卡
使用添加按钮添加您的插件
就完成了。
可选:点击添加所需插件添加您自己的插件所需的插件。
To add your own Plug-In's to the product configuration, you can do the following:
Open the *.product file and switch to the Dependencies tab
Use the Add button to add your Plug-In's
And you're done.
Optional: Hit the Add Required Plug-ins to add the Plug-ins required by your own Plug-in.