source: trunk/web/iriverter-nocodecs.jnlp @ 169

Revision 169, 1.3 KB checked in by jlee, 4 years ago (diff)

Update SWT

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<jnlp spec="1.0+"
3        codebase="http://iriverter.thestaticvoid.org/dist/17"
4        href="iriverter-nocodecs.jnlp">
5        <information>
6                <title>iriverter</title>
7                <vendor>thestaticvoid.org</vendor>
8                <homepage href="http://iriverter.thestaticvoid.org/" />
9                <description>iriverter is a cross-platform frontend to mencoder designed to facilitate the conversion of almost any video format to one that is playable on various multimedia players.</description>
10                <icon href="iriverter.gif" />
11                <offline-allowed />
12                <shortcut online="false">
13                        <desktop />
14                        <menu />
15                </shortcut>
16        </information>
17
18        <security>
19                <all-permissions />
20        </security>
21
22        <resources>
23                <j2se version="1.4+" />
24                <jar href="iriverter.jar" />
25        </resources>
26
27        <resources os="Windows" arch="x86">
28                <jar href="swt-win32-win32-x86.jar" />
29                <jar href="mplayer-win32.jar" />
30        </resources>
31
32        <resources os="Mac OS X">
33                <j2se version="1.5*" java-vm-args="-XstartOnFirstThread" />
34                <jar href="swt-carbon-macosx.jar" />
35        </resources>
36
37        <resources os="Linux" arch="i386">
38                <jar href="swt-gtk-linux-x86.jar" />
39        </resources>
40
41        <resources os="Linux" arch="amd64">
42                <jar href="swt-gtk-linux-x86_64.jar" />
43        </resources>
44
45        <application-desc main-class="org.thestaticvoid.iriverter.ConverterUI" />
46</jnlp>
Note: See TracBrowser for help on using the repository browser.