From 169389d36a4ca078fe05eb1e78fa244b45c4ab62 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 11 Jun 2025 02:48:29 -0700 Subject: [PATCH] update relative path to viskit.jar --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e5e7b7de5d..7daf37d1bb 100644 --- a/build.xml +++ b/build.xml @@ -137,7 +137,7 @@ POSSIBILITY OF SUCH DAMAGE. <target name="update.viskit.jar.from.local" description="update update.viskit.jar.from.local jar files from locally built project into lib directory"> - <property name="viskit.relative" value="../../x3d-nps-gitlab/viskit/build/lib"/> + <property name="viskit.relative" value="../../x3d-github/viskit/build/lib"/> <echo message="Copy ${viskit.relative}/viskit.jar to project lib/ subdirectory..."/> <!-- https://ant.apache.org/manual/Tasks/fail.html --> <fail message="viskit.jar not found"> -- GitLab