comparison src/web/viewer-java-web-start-example.jnlp @ 0:4689cc86d6cb

create TreeViewer2 Repository
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Tue, 03 Jul 2012 13:20:49 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4689cc86d6cb
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd">
3 <jnlp spec="1.0" codebase="http://localhost/" href="viewer-java-web-start-example.jnlp">
4 <information>
5 <title>TightVNC Viewer</title>
6 <vendor>GlavSoft LLC.</vendor>
7 <homepage href="http://www.tightvnc.com/"/>
8 <description>TightVNC Viewer</description>
9 <icon href="tightvnc-logo-16x16.png" width="16" height="16"/>
10 <icon href="tightvnc-logo-32x32.png" width="32" height="32"/>
11 <offline-allowed/>
12 <shortcut online="true">
13 <desktop/>
14 <menu submenu="Accessories"/>
15 </shortcut>
16 </information>
17 <resources>
18 <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
19 <jar href="${archive_name}.jar" main="true"/>
20 </resources>
21 <application-desc/>
22 </jnlp>