-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathboot.properties
17 lines (17 loc) · 1.15 KB
/
boot.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------------
org.java.plugin.boot.pluginsRepositories = ${thinklab.inst}/plugins,${thinklab.plugins}
org.java.plugin.boot.applicationPlugin = org.integratedmodelling.thinklab.shell
org.java.plugin.boot.errorHandler = org.java.plugin.boot.BootErrorHandlerConsole
# Boot-time integrity check mode (full, light, off)
org.java.plugin.boot.integrityCheckMode = light
#org.java.plugin.boot.splashImage = ${thinklab.inst}/thinklab.png
#-------------------------------------------------------------------------------
# JPF runtime configuration
org.java.plugin.PathResolver = org.java.plugin.standard.ShadingPathResolver
org.java.plugin.standard.ShadingPathResolver.shadowFolder = ${user.home}/.jpf-shadow
org.java.plugin.standard.ShadingPathResolver.unpackMode = always
org.java.plugin.standard.ShadingPathResolver.unpackMode = smart
org.java.plugin.standard.ShadingPathResolver.excludes = .svn
#-------------------------------------------------------------------------------
# Folder where to store application data and configuration files
org.jpf.demo.toolbox.core.dataFolder = ${user.home}/.thinklab