From b30a39f29b500d4c4ac312059de10d6a095f2f26 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 24 Oct 2024 13:33:04 -0700 Subject: [PATCH] jar TODO message --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b15209a3..02ff2cfa 100644 --- a/build.xml +++ b/build.xml @@ -350,7 +350,9 @@ POSSIBILITY OF SUCH DAMAGE. <target name="jar.all" depends="dist,jar,jar.apps,jar.src" - description="Build all Xj3D application jar files"/> + description="Build all Xj3D application jar files"> + <echo message="TODO for Xj3D release, push updated jar files to savage.nps.edu"/> + </target> <target name="jar" depends="compile" -- GitLab