On 2015-01-26 12:26, Erik Joelsson wrote:
Hello,
Please review this small fix in JavaCompilation.gmk.
SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on
META-INF files, unless there is a COPY or COPY_FILES parameter set.
The fix is quite simple. Move the filtering of $1_ALL_COPIES outside
of the conditional for if $1_COPY or $1_COPY_FILES are set.
Bug: https://bugs.openjdk.java.net/browse/JDK-8071550
Webrev: http://cr.openjdk.java.net/~erikj/8071550/webrev.01/
/Erik
Looks good to me.
/Magnus