forked from fuzzbunch/fuzzbunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.properties.replay
60 lines (58 loc) · 2 KB
/
start.properties.replay
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
51
52
53
54
55
56
57
58
59
60
vmargs=-Xms20m -Xmx1024m
vmargs.debug=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
classpath.dirs=/Gui/ /Gui/Config/
jar.dirs=Gui/Lib Gui/Plugins
live.operation=ds.plugin.live.DSClientApp
replay.operation=ds.plugin.replay.OpReplayDriver
windows.start=win
windows.build.release=release
windows.build.debug=debug
linux.build.release=release-glibc2.5
linux.build.debug=debug-glibc2.5
windows.path.var=Path:PATH
linux.path.var=LD_LIBRARY_PATH:PATH
windows.tool.chain=i386-winnt-vc9
windows.path.sep=;
linux.path.sep=:
res.dir=Dsz
java.exe=java
# labels
label.disk=Operation Disk:
label.resource=Resource Directory:
label.log=Log Directory:
label.config=Configuration Directory:
# buttons
label.browse=Browse...
label.start=Go
# modes
label.opMode=Operation Mode
label.live=Live
label.replay=Replay
# options
label.options=Options
label.loadPrevious=Load Previous
label.localMode=Local Mode
# build
label.core=Core
label.gui=Gui
label.release=Release
label.debug=Debug
# tool tips
tooltip.disk=Enter the Operations Disk here
tooltip.resource=Enter the Resource directory here
tooltip.log=Enter the Log directory here
tooltip.config=Enter the User Configuration directory here
tooltip.disk.browse=Browse for the Operations Disk
tooltip.resource.browse=Browse for the Resource directory here
tooltip.log.browse=Browse for the Log directory here
tooltip.config.browse=Browse for the User Configuration directory here
tooltip.start=Launch the DanderSpritz window
tooltip.live=Begin DanderSpritz in Live mode
tooltip.replay=Start a Replay window to review an operation or watch an ongoing operation
tooltip.loadPrevious=Immediately begin loading previous operations
tooltip.localMode=Start DanderSpritz in Local Mode, during which events are always processed
tooltip.release=Start a Release version of the DanderSpritz core
tooltip.debug=Start a Debug version of the DanderSpritz core
show.optype=false
# truncate here before release