ENT-975 Track unchanged files in extra-info (#99)

This commit is contained in:
Tommy Lillehagen 2017-11-10 08:49:36 +00:00 committed by GitHub
parent 4686d59a4a
commit 7b714f5bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ BASE_VERSION="jdk-8.0.0.jar"
NEW_VERSION="jdk-8.0.0-deterministic.jar" NEW_VERSION="jdk-8.0.0-deterministic.jar"
# Derive list of differences between the two JARs # Derive list of differences between the two JARs
pkgdiff -check-byte-code -extra-info pkgdiff_extra \ pkgdiff -check-byte-code -track-unchanged -extra-info pkgdiff_extra \
"$BASE_VERSION" "$NEW_VERSION" "$BASE_VERSION" "$NEW_VERSION"
# Find packages and classes marked for exclusion in JavaDoc # Find packages and classes marked for exclusion in JavaDoc