aboutsummaryrefslogtreecommitdiffstats
path: root/webstart/jake2_online.jnlp
blob: 4be249626825f29440fca360b5f5afc0f6058b56 (plain)
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
44
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" 
	codebase="http://jogamp.org/deployment/test/jake2"
	href="jake2_online.jnlp">
	
	<information>
		<title>Jake2 - JOGL2</title>
		<vendor>Bytonic Software</vendor>
		<homepage href="http://www.bytonic.de/html/jake2.html"/>
		<description>Java port of the Quake2 game engine (jogl-gl2-newt)</description>
		<icon href="http://jogamp.org/deployment/test/jake2/icon.gif"/>
		<offline-allowed/>
	</information>
	
	<security>
		<all-permissions/>
	</security>
	
	<resources>
		<j2se version="1.6+" max-heap-size="100M"/>
		<jar href="jar/jake2.jar"/>
		<property name="sun.java2d.noddraw" value="true"/>
        <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" />
	</resources>
		
	<application-desc main-class="jake2.Jake2">
		<argument>+set</argument>
		<argument>vid_ref</argument>
		<argument>joglgl2</argument>
		<argument>+set</argument>
		<argument>s_impl</argument>
		<argument>joal</argument>
		<argument>+set</argument>
		<argument>adr0</argument>
		<argument>jake2.in-chemnitz.de</argument>
		<argument>+set</argument>
		<argument>clientport</argument>
		<argument>27910</argument>
		<argument>+connect</argument>
		<argument>88.198.147.212</argument>					
	</application-desc> 
	
</jnlp>