File: mltermlet.jnlp

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://mlterm.sourceforge.net/" href="mltermlet.jnlp">
	<information>
		<title>mltermlet</title>
		<vendor>Araki Ken</vendor>
		<homepage href="http://mlterm.sourceforge.net" />
		<description>mltermlet</description>
		<description kind="short">terminal emulator</description>
		<offline-allowed />
	</information>

	<update check="timeout" policy="always" />
	<security><all-permissions /></security>
	<resources>
		<java version="1.5+" />
		<jar href="mlterm.jar" main="true" />
		<jar href="swt.jar" main="false" />
	</resources>
	<application-desc main-class="mlterm.MLTerm" />
</jnlp>