From ec9c309d7eaadd1fe29526def62ab43af01b8541 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Thu, 28 Nov 2019 05:20:29 -0800 Subject: [PATCH] diagnostic improvement --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index aef32ec7b2..e71735dc24 100644 --- a/build.xml +++ b/build.xml @@ -4277,7 +4277,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos <!-- Default options: parameterPair1="defaultModelPrefix=" --> - <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.ttl self-validation test using SPARQL query:</echo> + <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.ttl SPARQL query for self-validation check...</echo> <if> <!-- https://ant.apache.org/manual/Tasks/conditions.html --> <contains string="${name.short}" substring="{name.short}" /><!-- undefined --> -- GitLab