Developers guide
133
F.2.2. apt-client-keith.jnlp
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP base file for the apt client gui
$Id: apt-client-keith-base.jnlp,v 1.4 2002/10/24 01:32:11 oliverm Exp $
At build time, the string #version-key#, is replaced
by the specific build key -->
<jnlp
spec="1.0+"
codebase="http://mcba5.phys.unsw.edu.au/~apt/software/webstart/"
href="./apt-client-keith.jnlp">
<information>
<title>Keiths APT Client ver:#version-key#</title>
<!-- <icon href="./images/webstart-icon.gif"/> -->
<vendor>UNSW School of Physics</vendor>
<homepage href="http://mcba5.phys.unsw.edu.au/~apt"/>
<description>APT Remote Client User Interface version:"#version-key#" </description>
<description kind="short">Enhanced Client User Interface for controlling the Automated Patrol
Telescope</description>
<!-- <offline-allowed/>
This tag is omitted, because we want users to be forced to run
the latest version by reloading
http://mcba5.phys.unsw.edu.au/~apt/software/webstart/apt-client-keith.jnlp -->
</information>
<!-- We must specify all-permissions because we need network access.
Currently webstart does not support finer grained access control -->
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4"/>
<jar href="./apt__V#version-key#/apt__V#version-key#.jar"/>
<jar href="./apt__V#version-key#/config__V#version-key#.jar"/>
<!-- All these libraries must be signed by the user aptDev ( this
is automated by the lib build.xml file -->
<jar href="./lib/jas__V2.2.jar"/>
<jar href="./lib/cryptix-jce-api.jar"/>
<jar href="./lib/cryptix-jce-compat.jar"/>
<jar href="./lib/cryptix-jce-provider.jar"/>
<jar href="./lib/cryptix-sasl.jar"/>
<jar href="./lib/drama.jar"/>
<jar href="./lib/javax-sasl.jar"/>
<jar href="./lib/jcan.jar"/>
<jar href="./lib/jsdt-client-socket.jar"/>
<jar href="./lib/jsdt.jar"/>
<jar href="./lib/log4j.jar"/>
<property name="log4j.configuration"
value="jar:file:./apt__V#version-key#/config__V#version-key#.jar!log.properties" />
<property name="java.util.logging.config.URL"
value="jar:file:./apt__V#version-key#/config__V#version-key#.jar!/javalog.properties" />
<property name="java.util.logging.config.class"
value="apt.util.LogConfigUrlLoader" />
</resources>
<application-desc main-class="apt.client.gui.ptcs.ui.PtcsUi"/>
</jnlp>










