-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtetresuser.jnlp
43 lines (43 loc) · 1.54 KB
/
tetresuser.jnlp
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
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for TeTRES User -->
<jnlp
codebase="http://@@TETRES.WEBSTART.HOST@@/tetres"
href="tetresuser.jnlp">
<information>
<title>TeTRES User</title>
<vendor>MN/DOT</vendor>
<description>Travel Time Reliability Management System</description>
</information>
<resources arch="x86">
<j2se version="1.8+" max-heap-size="1G" />
</resources>
<resources arch="amd64">
<j2se version="1.8+" max-heap-size="3G" />
</resources>
<resources>
<j2se version="1.8+" max-heap-size="1G" />
<jar href="user/bin/TeTRES-User.jar"/>
<jar href="user/bin/lib/TeTRES-Common.jar"/>
<jar href="user/bin/lib/LGoodDatePicker-4.3.1.jar"/>
<jar href="user/bin/lib/gson-2.5.jar"/>
<jar href="user/bin/lib/jspf.core-1.0.2.jar"/>
<jar href="user/bin/lib/log4j-1.2-api-2.5.jar"/>
<jar href="user/bin/lib/log4j-api-2.5.jar"/>
<jar href="user/bin/lib/log4j-core-2.5.jar"/>
<jar href="user/bin/lib/swingx-ws-2007_10_14.jar"/>
<jar href="user/bin/lib/swingx.jar"/>
<jar href="user/bin/lib/zip4j_1.3.2.jar"/>
<jar href="user/bin/lib/TeTRES-Admin.jar"/>
<jar href="user/bin/lib/httpclient-4.5.6.jar"/>
<jar href="user/bin/lib/httpcore-4.4.10.jar"/>
<jar href="user/bin/lib/httpmime-4.5.10.jar"/>
<jar href="user/bin/lib/commons-logging-1.2.jar"/>
</resources>
<security>
<all-permissions/>
</security>
<application-desc main-class="user.TeTRESMain">
<argument>http://@@TETRES.SERVER.HOST@@:5000/tetres/downloaddata</argument>
<argument>http://@@TETRES.SERVER.HOST@@</argument>
</application-desc>
</jnlp>