【问题标题】:How to add the "provider" info for an eclipse plugin如何为 Eclipse 插件添加“提供者”信息
【发布时间】:2016-08-10 22:05:58
【问题描述】:

当我安装了我的自定义插件后,我进入Eclipse Installation Details > Plugins 部分,在那里我可以看到所有已安装的插件,我的插件在“提供者”部分中没有条目。如何为我的插件设置提供商信息? 我知道,您可以在向导中创建新插件时以某种方式指定,但我如何在开发之后或期间进行设置?

【问题讨论】:

    标签: eclipse eclipse-plugin


    【解决方案1】:

    “提供者名称”存储在插件的清单中(manifest.mf 文件);它是名为Bundle-Vendor: 的标头。如果您在插件项目中编辑plugin.xmlmanifest.mf 文件,the Manifest editorthe Overview tab 上有一个输入位置;该字段标记为供应商

    【讨论】:

    • 谢谢!没想到标题是“供应商”。
    猜你喜欢
    • 1970-01-01
    • 2011-12-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多