public class PackagingDataCalculator
extends Object
Given a classname locate associated PackageInfo (jar name, version name).
Original change was done in https://github.com/chrisdolan/logback/commits/eb1b03ac72f0534d9152279e39d85a81615a5e78
from logback-classic 0.9.30
Then I started over from the version from logback-classic 1.2.3 and did my best to reapply the OSGi fix
- Author:
- James Strachan, Ceki Gülcü, Chris Dolan -- backport of http://jira.qos.ch/browse/LBCLASSIC-296 "Allow hook/override in PackagingDataCalculator"
TODO - remove this class from pax-logging-logback when LBCLASSIC-296 is resolved and we pull in a Logback jar
that has that fix