-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglrez-applet.jnlp
37 lines (33 loc) · 1.33 KB
/
glrez-applet.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
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://www.chiptune.com/glrez/" href="glrez-applet.jnlp">
<information>
<title>GLRez</title>
<vendor>Rez</vendor>
<homepage href="http://www.chiptune.com/"/>
<description>The first intro from Rez, hope you like the massive egotrip !</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<update check="background" policy="always"/>
<resources>
<j2se version="1.6+" java-vm-args="-Dsun.java2d.noddraw=true"/>
<jar href="glrez-1.0.1.jar" main="true"/>
<property name="sun.java2d.noddraw" value="true"/>
</resources>
<resources>
<extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" />
<extension name="joal" href="http://jogamp.org/deployment/jogamp-current/joal.jnlp" />
<!-- can't use http://micromod.googlecode.com/files/ibxm-a61.jar because it's not signed -->
<extension name="ibxm" href="ibxm.jnlp" />
<extension name="NativeFmodEx" href="http://jerome.jouvie.free.fr/jws/NativeFmodEx.jnlp.php" />
</resources>
<applet-desc
name="GLRez"
main-class="com.chiptune.glrez.Applet"
width="640"
height="480">
</applet-desc>
</applet-desc
</jnlp>