Is this legal?
MANIFEST.MF for org.fragment1
(org.host
is a normal bundle, not a fragment):
Bundle-SymbolicName: org.fragment1
Fragment-Host: org.host
MANIFEST.MF for org.fragment2
:
Bundle-SymbolicName: org.fragment2
Fragment-Host: org.fragment1
Or should org.fragment2
instead have
Fragment-Host: org.host
?