-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgetdown.txt
More file actions
28 lines (20 loc) · 776 Bytes
/
getdown.txt
File metadata and controls
28 lines (20 loc) · 776 Bytes
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
# The URL from which the client is downloaded
appbase = http://code.ceres.auckland.ac.nz/snapshot-downloads/grisu-template-client
#appbase = http://localhost:8000/
# version = VERSION_TOKEN
allow_offline = true
# UI Configuration
ui.name = Grisu Template client
ui.background = splash.png
ui.progress = 52, 145, 236, 15
ui.progress_text = 747474
ui.progress_bar = CCCCCC
ui.status = 52, 178, 247, 15
ui.status_text = 747474
# Application jar files
code = grisu-template-client-binary.jar
# The main entry point for the application
class = grisu.frontend.view.swing.GrisuTemplateApp
jvmarg = [linux] -DX509_USER_PROXY=~/.grid/grid.proxy
jvmarg = [mac os x] -DX509_USER_PROXY=~/.grid/grid.proxy
jvmarg = [windows] -DX509_USER_PROXY=%APPDIR%\..\..\..\..\.grid\grid.proxy