obriencj/python-javatools

Commands, which modify JAR, should be moved to 'jarutil.py' out from 'manifest.py'

KonstantinShemyak opened this issue · 0 comments

Currently manifest.py contains manifest-related functionality, plus functions which inspect or modify the JAR file as whole (create, sign, verify signature). The latter are best moved to a separate module.