From b3f55a2422173e89deb92e0f417f27a63cb06cf4 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 11 Oct 2018 15:19:55 +0530 Subject: [PATCH] [junitlauncher] Add a check in the build to ensure that the junitlauncher classes in "confined" package do not depend on classes they aren't meant to --- build.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/build.xml b/build.xml index 543d00e6f..b34bbca8e 100644 --- a/build.xml +++ b/build.xml @@ -600,6 +600,7 @@ destdir="${build.classes}" debug="${debug}" deprecation="${deprecation}" + excludes="${optional.package}/junitlauncher/confined/**" target="${javac.target}" source="${javac.source}" optimize="${optimize}"> @@ -639,6 +640,33 @@ + + + + + + + + + + + + + +