-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcasserole.jnlp
30 lines (29 loc) · 1.07 KB
/
casserole.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
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://www.dusbabek.org/~garyd/casserole" href="casserole.jnlp">
<information>
<title>Cassandra Casserole</title>
<vendor>:)</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se"/>
<jar href="cassandra-casserole.jar" main="true" />
<jar href="lib/apache-cassandra-0.7.0-beta3-SNAPSHOT.jar"/>
<jar href="lib/commons-lang-2.4.jar"/>
<jar href="lib/forms-1.3.0.jar"/>
<jar href="lib/forms.jar"/>
<jar href="lib/guava-r05.jar"/>
<jar href="lib/libthrift-0.5.jar"/>
<jar href="lib/log4j-1.2.16.jar"/>
<jar href="lib/slf4j-api-1.6.1.jar"/>
<jar href="lib/slf4j-log4j12-1.6.1.jar"/>
</resources>
<application-desc
name="Cassandra Casserole"
main-class="casserole.Main"
width="800"
height="600">
</application-desc>
<update check="background"/>
</jnlp>