forked from d6y/sloppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.jnlp
executable file
·32 lines (29 loc) · 1.25 KB
/
local.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
<?xml version="1.0" encoding="UTF-8"?>
<jnlp
spec="1.0+"
codebase="file:///Users/richard/Developer/sloppy/sloppy"
href="local.jnlp">
<information>
<title>Sloppy</title>
<vendor>Richard Dallaway</vendor>
<homepage href="index.html" />
<description>Sloppy allows you to similate different connection speeds.</description>
<description kind="short">Sloppy simulates connection speeds</description>
<!-- Bulgarian -->
<description locale="bg">Sloppy позволява да симулирате различни скорости на dial-up връзка.</description>
<description kind="short" locale="bg">Sloppy симулира dial-up скорости</description>
<icon href="sloppy_logo.png" width="133" height="134"/>
<icon href="sloppy_32.gif" width="32" height="32"/>
<icon href="sloppy_16.gif" width="16" height="16"/>
<offline-allowed />
</information>
<resources>
<j2se version="1.5+" java-vm-args="-showversion" />
<jar href="sloppy.jar" main="true" download="eager" />
<extension name="Swing Layout" href="swing-layout.jnlp"/>
</resources>
<application-desc main-class="com.dallaway.sloppy.Sloppy" />
<security>
<all-permissions/>
</security>
</jnlp>