如何设置 Eclipse 更新站点并强制使用一个可选包?

发布于 2024-11-10 02:39:40 字数 143 浏览 0 评论 0原文

我为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南烟 2024-11-17 02:39:40

创建功能的最简单方法是包含提供扩展点的插件和实现扩展的插件。然后将该功能导出到存储库。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文