From bede77e33e527b3825d3563ed5887699decc1a70 Mon Sep 17 00:00:00 2001
From: git <tdnorbra@nps.edu>
Date: Tue, 27 Aug 2024 13:32:58 -0700
Subject: [PATCH] [Terry N.] get rid of the run.argsx props

---
 build.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.properties b/build.properties
index 2d38b9f13c..9758be32e7 100644
--- a/build.properties
+++ b/build.properties
@@ -17,15 +17,15 @@ common.run.args=-Xmx256m \
 
 win.run.args=${common.run.args}
 
-run.arg1=-Dawt.useSystemAAFontSettings=gasp
-unix.run.args=${common.run.args} ${run.arg1}
+unix.run.args=${common.run.args} \
+    -Dawt.useSystemAAFontSettings=gasp
 
-run.arg2=-Dapple.awt.graphics.UseQuartz=true \
+mac.run.args=${common.run.args} \
+    -Dapple.awt.graphics.UseQuartz=true \
     -Dapple.laf.useScreenMenuBar=true \
     -Dapple.awt.brushMetalLook=true \
     -Xdock:name=${product.shortname} \
     --add-exports java.desktop/com.apple.eawt=ALL-UNNAMED
-mac.run.args=${common.run.args} ${run.arg2}
 
 # property used to identify Viskit config files
 dot.viskit.dir=${user.home}/.${product.shortname}
-- 
GitLab