File: mltermlet.jnlp

package info (click to toggle)
mlterm 3.1.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,168 kB
  • sloc: ansic: 102,795; sh: 9,676; java: 2,018; perl: 1,601; makefile: 1,595; cpp: 771; sed: 16
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>