LWJGL / lwjgl3-osgi

OSGi support for LWJGL 3
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Wrong module descriptors in other modules #11

Closed io7m closed 5 years ago

io7m commented 5 years ago

Apparently many of the other modules are exposing the wrong module descriptors after the recent changes to how modules are repacked.

Fix this, and add regression tests to https://github.com/io7m/com.io7m.lwjgl.examples to verify that all modules export the correct descriptors.

io7m commented 5 years ago

The unpacking logic in each module has been updated to ensure that the original LWJGL module descriptors are used intact.