From ddb6f03bce9b3f40270bc768e0f161fd1ce0b3b8 Mon Sep 17 00:00:00 2001 From: git <tdnorbra@nps.edu> Date: Thu, 3 Oct 2024 13:08:56 -0700 Subject: [PATCH] [Terry N.] enable viskit run from IDE tool iconsstu. final proj commits --- build.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.xml b/build.xml index 11e77a2b41..26d76c81f9 100644 --- a/build.xml +++ b/build.xml @@ -49,10 +49,6 @@ POSSIBILITY OF SUCH DAMAGE. <property file="build.properties"/> <target name="versions" description="show tool versions and environment values"> - <echo>ant -version</echo> - <exec executable="ant" dir="." vmlauncher="false"> - <arg value="-version"/> - </exec> <echo>java -version</echo> <exec executable="java" dir="." vmlauncher="false"> <arg value="-version"/> -- GitLab