Skip to content
Snippets Groups Projects
Commit bede77e3 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] get rid of the run.argsx props

parent 5bc6661a
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment