The XML added requirements which had multiple extensions be required. This broke the existing autogen because it assumed there would only be one extension required at a time. The fix is easy, split the requirement string into a list then add it to the list of requirements.
The XML added requirements which had multiple extensions be required. This broke the existing autogen because it assumed there would only be one extension required at a time. The fix is easy, split the requirement string into a list then add it to the list of requirements.