Open ctrueden opened 4 years ago
The platform-specific JARs are packaged correctly now with 3e25372a7608297d7fd4dbfd470658bf1b960f78. But we still need to, in general, decide whether to update the Fiji Package Maker, or retire it. I'd personally favor updating it but also generalizing it to the ImageJ Package Maker, since it fits best in the ImageJ layer.
Right now, Fiji gets wrapped up by the good old Fiji Package Maker plugin. That plugin hasn't been updated in a long time; in particular, it doesn't know about
jars/<platform>
folders for platform-specific JARs. We should consider how best to pack up the Fiji bundles going forward:fiji.packaging.Packager
to understandjars/<platform>
and fix any other shortcomings?Fiji_Package_Maker
in favor of shell-script-based globs or similar?