blob: fb3c76fda8219c40a7916066f0bc049a7ecf3f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="." href="UfApplet.jnlp">
<information>
<title>Uncertain Future</title>
<vendor>Singularity Institute for Artificial Intelligence</vendor>
<offline-allowed />
</information>
<resources>
<j2se version="1.5+"
href="http://java.sun.com/products/autodl/j2se" />
<jar href="UfApplet.jar" main="true" />
<jar href="commons-math-1.2.jar" />
<jar href="plugin.jar" />
</resources>
<applet-desc
name="The Uncertain Future"
main-class="org.singinst.uf.view.UfApplet"
width="710"
height="540">
</applet-desc>
</jnlp>
|