9a503af8de
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1492 6335cc39-0255-0410-8fd6-9bcaacd3b74c
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- JNLP File for RoboDJ music chooser -->
|
|
|
|
<!-- If you're seeing this in your web browser, you probably need to
|
|
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="chooser.jnlp">
|
|
<information>
|
|
<title>RoboDJ Chooser</title>
|
|
<vendor>Seuss and Asseusciates</vendor>
|
|
<homepage href="index.html"/>
|
|
<icon href="icon.png"/>
|
|
<description kind="short">
|
|
Music choosing fun for the whole family!
|
|
</description>
|
|
<description>
|
|
Provides a browser for the RoboDJ music repository and an interface
|
|
by which that music can be queued up for playing on the music
|
|
server.
|
|
</description>
|
|
<offline-allowed/>
|
|
</information>
|
|
<security>
|
|
<all-permissions/>
|
|
</security>
|
|
<resources>
|
|
<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="mysql-connector-java-3.0.11-stable-bin.jar"/>
|
|
<jar href="samskivert.jar"/>
|
|
<jar href="narya-base.jar"/>
|
|
<jar href="narya-distrib.jar"/>
|
|
<property name="musicd_host" value="@musicd_host@"/>
|
|
</resources>
|
|
<application-desc main-class="robodj.chooser.Chooser"/>
|
|
</jnlp>
|