Annotation of loncom/html/adm/jmol/JmolApplet.jnlp, revision 1.1

1.1     ! raeburn     1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <jnlp>
        !             3:      <information>
        !             4:          <title>Jmol Applet</title>
        !             5:          <vendor>IntegratedGraphics</vendor>
        !             6:   <offline-allowed/>
        !             7:      </information>
        !             8:      <resources>
        !             9:          <j2se version="1.6+"/>
        !            10:          <jar href="JmolApplet.jar" main="true"/>
        !            11:      </resources>
        !            12:      <applet-desc
        !            13:          name="Jmol Applet"
        !            14:          main-class="JmolApplet.class"
        !            15:          width="500"
        !            16:          height="500">
        !            17:      </applet-desc>
        !            18: </jnlp> 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>