【发布时间】:2016-04-11 09:51:03
【问题描述】:
使用 OSGi 工具 bnd
如果bnd.bnd文件有
-buildpath: mod.base,\
mod.common,\
...
这些线将作为一条线,虽然包装在 72 药水。 这使得输出更难阅读。
Require-Bundle: mod.base,mod.common,...
如何告诉 bdn 使生成的 MANIFEST.MF 每个 Bundle-ClassPath 和 RequireBundle 条目有一行
【问题讨论】: