What is the purpose of the file named ManiFest.MF?

2026-05-29 14:592阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计205个文字,预计阅读时间需要1分钟。

What is the purpose of the file named ManiFest.MF?

plaintextManifest-Version: 1.0Bundle-ManifestVersion: 2Bundle-Name: com.csii.router.bankfront.service.ls

Manifest-Version: 1.0 //指定manifest文件的版本信息
Bundle-ManifestVersion: 2 //指定该包遵从 OSGi 规范 V3 或者 OSGi 规范 V4 中的规则。
Bundle-Name: com.csii.router.bankfront.service.ls //指定该包的可读名称(无空格)。
Bundle-SymbolicName: com.csii.router.bankfront.service.ls //一个强制的 header,用于为此包指定一个惟一的名称
Bundle-Version: 1.0.0.qualifier //指定包的版本,默认为 0.0.0。
Bundle-Vendor: CSII //包含一个包供应商的可读名称。
阅读全文

本文共计205个文字,预计阅读时间需要1分钟。

What is the purpose of the file named ManiFest.MF?

plaintextManifest-Version: 1.0Bundle-ManifestVersion: 2Bundle-Name: com.csii.router.bankfront.service.ls

Manifest-Version: 1.0 //指定manifest文件的版本信息
Bundle-ManifestVersion: 2 //指定该包遵从 OSGi 规范 V3 或者 OSGi 规范 V4 中的规则。
Bundle-Name: com.csii.router.bankfront.service.ls //指定该包的可读名称(无空格)。
Bundle-SymbolicName: com.csii.router.bankfront.service.ls //一个强制的 header,用于为此包指定一个惟一的名称
Bundle-Version: 1.0.0.qualifier //指定包的版本,默认为 0.0.0。
Bundle-Vendor: CSII //包含一个包供应商的可读名称。
阅读全文