これは合法ですか?
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
?