From 5ceed815885d61b4bcdaf10389ee851558155da7 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Tue, 6 Apr 2021 10:42:18 -0400 Subject: [PATCH] add localization jars --- Core/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/build.xml b/Core/build.xml index 527d9c52a1..428af6c053 100644 --- a/Core/build.xml +++ b/Core/build.xml @@ -31,7 +31,8 @@ </target> <target name="get-thirdparty-dependencies" description="get third-party dependencies"> - <!--Copy netbeans localization jars: + <!-- + Copy netbeans localization jars: This contains jars provided in Netbeans 8 RCP that provide localization bundles. They do not appear to be included in Netbeans >= 9. See VIK-7434 for more information. -- GitLab