如何将旧的“plugin.xml”转换为新的“plugin.xml”到新的“manifest.mf”文件?
如何将 plugin.xml
文件转换为 manifest.mf
文件,因为某些标签(例如:)
<runtime>
<library name="aaa.jar">
<export name="*"/>
</library>
<runtime>
似乎被忽略。
这是下一个文档中的一些对应信息,但远非完整的参考。
http://www.eclipse.org/eclipse/platform-core/runtime/adoption.html
How to convert plugin.xml
file to manifest.mf
file as some tags like:
<runtime>
<library name="aaa.jar">
<export name="*"/>
</library>
<runtime>
are seems to be ignored.
Here is some correspondence in the next document, but far from complete reference.
http://www.eclipse.org/eclipse/platform-core/runtime/adoption.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在plugin.xml 编辑器中打开文件。在概述选项卡>插件内容部分应该有一个链接,“...,创建 OSGi 清单”
OSGi 清单是一组描述捆绑包、依赖项的捆绑包或包以及该捆绑包导出的包。前任:
Open the file in the plugin.xml editor. On the Overview Tab>Plug-in Content section there should be a link, "..., create an OSGi manifest"
The OSGi manifest is a set of headers describing the bundle, the bundles or packages that are dependencies, and the packages this bundle exports. ex: