-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetdown.txt
executable file
·61 lines (45 loc) · 1.66 KB
/
getdown.txt
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
# The URL from which the client is downloaded
appbase = ${deploy.url}
# UI Configuration
ui.name = NeSI
ui.background = nesi.png
ui.progress = 26, 201, 350, 21
ui.progress_text = 97a4ae
ui.progress_bar = 425969
ui.status = 30, 249, 350, 21
ui.status_text = 97a4ae
# Application jar files
code = grid-client-core.jar
code = grid-client-dependencies.jar
code = bcprov.jar
#code = local-backend.jar
# The main entry point for the application
class = Start
template.class = grisu.frontend.view.swing.GrisuTemplateApp
setup.class = grisu.frontend.view.swing.utils.ssh.wizard.NesiSetupWizard
tray.class = grith.gridsession.view.tray.GridSessionTrayClient
virtscreen.class = org.bestgrid.virtscreen.view.GrisuVirtScreen
update.class = start.UpdateOnly
gee.class = grisu.frontend.gee.Gee
phyml.class = phyml.PhymlMain
goji.class = nz.org.nesi.goji.view.cli.GojiCli
envtest.class = nz.org.nesi.envtester.view.swing.TestStarterFrame
grisu.class = Grisu
# Version requirements for our JVM
java_version = 1060000
java_version_max = 1060099
java_location = [windows] /downloads/nesi/jre/java_windows.jar
java_location = [linux] /downloads/nesi/jre/java_linux.jar
# java arguments
jvmarg = -Xmx256M
# resources
resource = [windows] ../MobaXTerm/mobaxterm.exe
resource = [windows] ../phyml/PhyML-aBayes_win32.exe
resource = [linux] ../phyml/PhyML-Bayes_linux32
resource = [linux] ../phyml/PhyML-Bayes_linux64
resource = [mac os x] ../phyml/PhyML-aBayes_macOS_i386
jvmarg = [linux] -DX509_USER_PROXY=~/.grid/grid.proxy
jvmarg = [mac os x] -DX509_USER_PROXY=~/.grid/grid.proxy
jvmarg = [windows] -DX509_USER_PROXY=~\.grid\grid.proxy
auxgroups = local-backend
local-backend.code = local-backend.jar