From 32d0d7a4d549b8de9dba57984aba2b1279874a02 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Thu, 30 Mar 2017 14:28:53 +0200 Subject: [PATCH] Remove xerces from compiler uberjar, pack compiler with explicit jar names xercesImpl was unnecessarily added to the compiler uberjar during migration to the idea platform 171. This caused NCDFE about classes from org.w3c package. And to simplify application of this commit and to ensure that only required jars are packed into the uberjar, the build.xml was altered to use explicit list of the jars from the ideaSdk/core directory, rather than a mask. Fixes #KT-17143 and #KT-17157 (cherry picked from commit 5595bea) --- build.xml | 13 ++++++++++++- update_dependencies.xml | 2 -- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 37485f7a4fb..78370000557 100644 --- a/build.xml +++ b/build.xml @@ -584,7 +584,18 @@ - + + + + + + + + + + + + diff --git a/update_dependencies.xml b/update_dependencies.xml index 5d1a9597f11..53ddf3696d7 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -674,8 +674,6 @@ - -