Niggling bits.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@916 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-11-11 17:34:41 +00:00
parent e91631e6f5
commit 1c6d94fc45
2 changed files with 20 additions and 4 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
download and install the Sun JRE 1.4 and/or Java Web Start from
http://java.sun.com/j2se/ -->
<jnlp spec="1.0+" codebase="@application_uri@" href="game.jnlp">
<jnlp spec="1.0+" codebase="@application_uri@" href="chooser.jnlp">
<information>
<title>RoboDJ Chooser</title>
<vendor>Seuss and Asseusciates</vendor>
@@ -25,12 +25,12 @@
<all-permissions/>
</security>
<resources>
<j2se version="1.4.0" href="http://java.sun.com/products/autodl/j2se"/>
<j2se version="1.4+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="robodj.jar"/>
<jar href="commons-io.jar"/>
<jar href="commons-lang.jar"/>
<jar href="mm.mysql-2.0.14-bin.jar"/>
<jar href="samskivert.jar"/>
<jar href="robodj.jar"/>
<property name="musicd_host" value="@musicd_host@"/>
</resources>
<application-desc main-class="robodj.chooser.Chooser"/>