baseline
Description
Compare a newer bundle to a baselined bundle and provide versioning adviceSynopsis:
baseline [options] <[newer jar]> <[older jar]>
Options:
[ -a --all ]Show all, also unchanged[ -d --diff ]Show any differences[ -f --fixup <string> ]Output file with fixup info[ -p --packages <string> ]Packages to baseline (comma delimited)[ -q --quiet ]Be quiet, only report errors[ -v --verbose ]On changed, list API changes
Examples
bnd baseline --diff newer.jar older.jar
