-
Notifications
You must be signed in to change notification settings - Fork 1
/
cwutils.properties
50 lines (40 loc) · 1.99 KB
/
cwutils.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Version and package destination
# -------------------------------
version=4.0.1
version.full=${version}.${build.number}
pkg.dir=/Users/phollema/Documents/Work/NOAA/CoastWatch Utilities/Packages
install.dir=/Users/phollema/Documents/Work/NOAA/CoastWatch Utilities/Current/cwutils
#install.dir=/Applications/CoastWatch Utilities 3.3.2/
# Supplemental tools
# ------------------
install4j.dir=/Applications/install4j.app/Contents/Resources/app
disable.signing=true
password.file=/Users/phollema/Documents/Work/Terrenus/Code Signing/password.properties
# Possible Look-and-Feel settings
# -------------------------------
## FlatLaf: works well for scaled displays on Windows and Linux
laf.args=-Dswing.defaultlaf=com.formdev.flatlaf.FlatLightLaf
#laf.args=-Dswing.defaultlaf=com.formdev.flatlaf.FlatDarkLaf
## Native macOS theme
#laf.args=-Dapple.laf.useScreenMenuBar=true -Dapple.awt.brushMetalLook=true
## GTK for Linux
#laf.args=-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dapple.awt.showGrowBox=false
## Metal: Classic Swing theme
#laf.args=-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -Dswing.metalTheme=steel -Dapple.awt.showGrowBox=false
#laf.args=-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -Dapple.awt.showGrowBox=false
## Nimbus and Motif
#laf.args=-Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -Dapple.awt.showGrowBox=false
#laf.args=-Dswing.defaultlaf=com.sun.java.swing.plaf.motif.MotifLookAndFeel -Dapple.awt.showGrowBox=false
# Native library path
# -------------------
ld.var=DYLD_LIBRARY_PATH
#os.libs=macosx_x86
os.libs=macosx_x86_64
# Testing VM args
# ---------------
#vm.args=${laf.args} -Xmx512m -Dcom.sun.management.jmxremote -d32
vm.args=${laf.args} -Xmx2048m -Dcw.cache.size=512 -Dcom.sun.management.jmxremote -Djava.util.logging.config.class=noaa.coastwatch.tools.LoggingConfig
# Extra Javac arguments (platform-specific)
# -----------------------------------------
#javac.args=--source 11 --target 11
javac.args=--source 11 --target 11