From 61fe76f60661274d01909f37de0e51ca99d3255d Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Fri, 30 Jun 2023 13:12:11 +0000 Subject: [PATCH] Updated About CAVE information for linux, will still need to look into this in Windows and Mac. --- build/buildEnvironment.sh | 2 ++ cave/com.raytheon.viz.product.awips/about.mappings | 7 +++---- cave/com.raytheon.viz.product.awips/plugin.properties | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/buildEnvironment.sh b/build/buildEnvironment.sh index 7816e2abc9..cc959b3e4c 100755 --- a/build/buildEnvironment.sh +++ b/build/buildEnvironment.sh @@ -2,6 +2,8 @@ # Version export AWIPSII_VERSION="20.3.2" export AWIPSII_RELEASE="0.4" +export AWIPSII_BUILD_DATE=`date` +export AWIPSII_BUILD_SYS=`cat /etc/system-release` # Author export AWIPSII_BUILD_VENDOR="UCAR" export AWIPSII_BUILD_SITE="Unidata" diff --git a/cave/com.raytheon.viz.product.awips/about.mappings b/cave/com.raytheon.viz.product.awips/about.mappings index 93b28dfdde..47ce51dfb3 100644 --- a/cave/com.raytheon.viz.product.awips/about.mappings +++ b/cave/com.raytheon.viz.product.awips/about.mappings @@ -1,4 +1,3 @@ -0=$vizVersion$ -1=$buildDate$ -2=$buildTime$ -3=$buildSystem$ \ No newline at end of file +0=20.3.2-0.4 +1=Wed Jun 28 20:21:00 GMT 2023 +2=CentOS Linux release 7.9.2009 (Core) diff --git a/cave/com.raytheon.viz.product.awips/plugin.properties b/cave/com.raytheon.viz.product.awips/plugin.properties index fd05e57013..8723061283 100644 --- a/cave/com.raytheon.viz.product.awips/plugin.properties +++ b/cave/com.raytheon.viz.product.awips/plugin.properties @@ -1,11 +1,10 @@ caveAboutText=Common AWIPS Visualization Environment (CAVE)\n\ \n\ Developed on the Raytheon viz Environment, released as non-operational\ -software by UCAR's Unidata Program Center\ +software by UCAR"s Unidata Program Center\ https://www.unidata.ucar.edu/software/awips2 \ \n\n\ \tBUILD VERSION: {0}\n\ \tBUILD DATE: {1}\n\ -\tBUILD TIME: {2}\n\ -\tBUILD SYSTEM: {3} +\tBUILD SYSTEM: {2} caveVersion=DEVELOPMENT \ No newline at end of file