これは合法ですか?
MANIFEST.MF for org.fragment1
(org.host
は通常のバンドルであり、フラグメントではありません):
Bundle-SymbolicName: org.fragment1
Fragment-Host: org.host
MANIFEST.MF for org.fragment2
:
Bundle-SymbolicName: org.fragment2
Fragment-Host: org.fragment1
またはorg.fragment2
代わりに持っている必要があります
Fragment-Host: org.host
?