From 534e8a5c50654078461bbc15c9b4ccfefc4c2d24 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 6 Jun 2017 20:14:09 +0300 Subject: [PATCH] Do not pack useless files into the compiler jar Do not pack META-INF/services to compiler-quick from out directories because they're packed from sources anyway in the pack-compiler target. Also do not pack the "META-INF/jb/$$size$$" and "META-INF/LICENSE" files found in some IntelliJ libraries. Licenses are not required in binaries, and previously only the first of them was packed anyway --- build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index e4db33970dc..1ffb5d65990 100644 --- a/build.xml +++ b/build.xml @@ -155,6 +155,7 @@ + @@ -373,16 +374,16 @@ - + - + - +