From c685de0f056679406f7e2e5da8e2c5e3bd36b0eb Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Fri, 30 Oct 2020 11:43:08 -0400 Subject: [PATCH] updated build.xml --- Core/build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/build.xml b/Core/build.xml index bbf612c3d9..d875237645 100644 --- a/Core/build.xml +++ b/Core/build.xml @@ -162,7 +162,7 @@ <get src="https://drive.google.com/uc?id=1ns2olaWsBu_c4EoE4Seh8t_B3U5RnLKd" dest="${test-input}/CommonFilesAttrs_img1_v1.vhd" skipexisting="true"/> </target> - + <target name="get-deps" depends="init-ivy,getTSKJars,get-thirdparty-dependencies,get-InternalPythonModules, download-binlist"> <mkdir dir="${ext.dir}"/> <copy file="${thirdparty.dir}/LICENSE-2.0.txt" todir="${ext.dir}" /> @@ -195,5 +195,6 @@ <globmapper from="*" to="*-MERGED"/> </copy> </target> - + + <target name="test-init" depends="projectized-common.test-init,getTestDataFiles"/> </project> -- GitLab