Mercurial > hg > Applications > TreeVNC
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/web/viewer-java-web-start-example.jnlp Tue Jul 03 13:20:49 2012 +0900 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd"> +<jnlp spec="1.0" codebase="http://localhost/" href="viewer-java-web-start-example.jnlp"> + <information> + <title>TightVNC Viewer</title> + <vendor>GlavSoft LLC.</vendor> + <homepage href="http://www.tightvnc.com/"/> + <description>TightVNC Viewer</description> + <icon href="tightvnc-logo-16x16.png" width="16" height="16"/> + <icon href="tightvnc-logo-32x32.png" width="32" height="32"/> + <offline-allowed/> + <shortcut online="true"> + <desktop/> + <menu submenu="Accessories"/> + </shortcut> + </information> + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/> + <jar href="${archive_name}.jar" main="true"/> + </resources> + <application-desc/> +</jnlp> \ No newline at end of file