forked from openfin/java-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJNLPExample.jnlp
More file actions
30 lines (30 loc) · 1.36 KB
/
JNLPExample.jnlp
File metadata and controls
30 lines (30 loc) · 1.36 KB
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
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" href="https://s3.amazonaws.com/testing-assets.openfin.co/webstart/JNLPExample.jnlp">
<information>
<title>JNLP Example of OpenFin Application</title>
<vendor>OpenFin</vendor>
<homepage href="https://openfin.co/" />
<description>JNLP Example to start OpenFin Runtime</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.8+" />
<jar href="openfin-desktop-java-example-7.1.1.jar" main="true"/>
<jar href="openfin-desktop-java-adapter-8.0.8.jar"/>
<jar href="jetty-client-9.4.18.v20190429.jar"/>
<jar href="jetty-http-9.4.18.v20190429.jar"/>
<jar href="jetty-io-9.4.18.v20190429.jar"/>
<jar href="jetty-util-9.4.18.v20190429.jar"/>
<jar href="jetty-xml-9.4.18.v20190429.jar"/>
<jar href="jna-4.5.1.jar"/>
<jar href="jna-platform-4.5.1.jar"/>
<jar href="websocket-api-9.4.18.v20190429.jar"/>
<jar href="websocket-client-9.4.18.v20190429.jar"/>
<jar href="websocket-common-9.4.18.v20190429.jar"/>
<jar href="json-20160810.jar"/>
<jar href="slf4j-api-1.7.21.jar"/>
</resources>
<application-desc main-class="com.openfin.desktop.demo.JNLPExample" />
</jnlp>