~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to install/webStart/control.jnlp

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2007-09-11 16:52:59 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911165259-4r32oke21i1ezbmv
Tags: 0.10.5-1
* New upstream release.
* Update the watch file.
* Change Debian policy to version 3.7.2.2. No changes necessary.
* Add ant-optional to build dependencies. Closes: #441762.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<jnlp
 
4
  spec="1.0+"
 
5
  codebase="http://alex73.zaval.org/snapshots/freeguide-ws/"
 
6
  href="control.jnlp">
 
7
  <application-desc main-class="freeguide.plugins.program.freeguide.FreeGuide"/>
 
8
  <resources>
 
9
    <j2se version="1.4.2+"/>
 
10
    <jar href="lib/program-freeguide.jar"/>
 
11
    <jar href="lib/common.jar"/>
 
12
    <jar href="lib/grabber-cosmostv.jar"/>
 
13
    <jar href="lib/grabber-hallmark.jar"/>
 
14
    <jar href="lib/grabber-kulichki.jar"/>
 
15
    <jar href="lib/grabber-newsvm.jar"/>
 
16
    <jar href="lib/grabber-ntvplus.jar"/>
 
17
    <jar href="lib/grabber-rbc.jar"/>
 
18
    <jar href="lib/grabber-vsetv.jar"/>
 
19
    <jar href="lib/grabber-xmltv.jar"/>
 
20
    <jar href="lib/importexport-html.jar"/>
 
21
    <jar href="lib/importexport-xmltv.jar"/>
 
22
    <jar href="lib/importexport-jtv.jar"/>
 
23
    <jar href="lib/importexport-mobile.jar"/>
 
24
    <jar href="lib/importexport-palmatv.jar"/>
 
25
    <jar href="lib/reminder-alarm.jar"/>
 
26
    <jar href="lib/storage-serfiles.jar"/>
 
27
    <jar href="lib/ui-horizontal.jar"/>
 
28
    <jar href="lib/ui-vertical.jar"/>
 
29
    <jar href="lib/docs.jar"/>
 
30
  </resources>
 
31
  <security>
 
32
      <all-permissions/>
 
33
  </security>
 
34
 
 
35
  <information>
 
36
    <title>FreeGuide TV</title>
 
37
    <vendor>FreeGuide developers</vendor>
 
38
    <homepage href="http://freeguide-tv.sf.net"/>
 
39
    <icon href="images/logo32x32.gif"/>
 
40
    <icon kind="splash" href="images/splash.gif"/>
 
41
    <offline-allowed/> 
 
42
    <shortcut online="false">
 
43
      <desktop/>
 
44
      <menu submenu="FreeGuide TV from WebStart"/>
 
45
    </shortcut>
 
46
  </information>  
 
47
</jnlp>