File: clock.jnlp

package info (click to toggle)
freetts 1.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 65,244 kB
  • sloc: java: 21,305; xml: 1,340; sh: 969; lisp: 587; ansic: 241; makefile: 25; awk: 11
file content (26 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://freetts.sourceforge.net/WebStartClock/">
<information>
  <title>FreeTTS Clock</title>
  <vendor>Sun Microsystems Laboratories</vendor>
  <homepage href="http://freetts.sourceforge.net" />
  <description>FreeTTS Clock</description>
</information>
<offline-allowed/>
<security>
  <all-permissions/>
</security>
<resources>
  <j2se version="1.4+" />
  <jar href="WebStartClock.jar"/>
  <jar href="jsapi.jar"/>
  <jar href="freetts.jar"/>
  <jar href="freetts-jsapi10.jar"/>
  <jar href="en_us.jar"/>
  <jar href="cmutimelex.jar"/>
  <jar href="cmu_time_awb.jar"/>
  <property name="freetts.voices"
            value="com.sun.speech.freetts.en.us.cmu_time_awb.AlanVoiceDirectory"/>
</resources>
<application-desc main-class="JSAPIClock" />
</jnlp>