如何设置 Eclipse 更新站点并强制使用一个可选包?
我为 Eclipse 开发了几个插件,它们捆绑在一个更新站点中。到目前为止。 现在,我已向其中一个插件添加了一个扩展点,并实现了两个可以连接到该扩展点的插件。我想设置更新站点,以便用户被迫使用一个且仅一个扩展插件来安装我的软件包。我可以这样做吗?
谢谢 !
I developed several plug-ins for eclipse that are bundled in one update site. Until now.
Now I have added an extension point to one of the plug-ins and implemented two plug-ins that can hook up to that extension point. I want to set up the update site such that a user is forced to install my package with one and only one of the extension plug-ins. Can I do that ?
Thank you !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建功能的最简单方法是包含提供扩展点的插件和实现扩展的插件。然后将该功能导出到存储库。
A simplest way to create a feature to contains both the plug-in provided the extension point and the plug-in implemented the extension. Then export the feature to a repository.