开发者

How to set up an eclipse update site and force one optional package?

开发者 https://www.devze.com 2023-03-08 15:53 出处:网络
I developed several plug-ins for eclipse that are bundled in one update site. Until no开发者_JS百科w.

I developed several plug-ins for eclipse that are bundled in one update site. Until no开发者_JS百科w. 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 !


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消