Ignore:
Timestamp:
2018-02-13T19:37:02+13:00 (6 years ago)
Author:
ak19
Message:

New class WebGatherer.java to replace GathererApplet.java in JNLP use with Java Web Start. At present it's still an Applet, but now the opening button marked GLI is gone and the dialog requesting the gliserver.pl URL appears immediately instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/GLIapplet.jnlp

    r32136 r32138  
    4545  </resources>
    4646  <!--<application-desc main-class="org.greenstone.gatherer.WebGatherer"/>-->
    47   <applet-desc main-class="org.greenstone.gatherer.GathererApplet" name="GLIapplet" height="50" width="380">
     47  <applet-desc main-class="org.greenstone.gatherer.WebGatherer" name="GLIapplet" height="50" width="380">
    4848    <param name="gwcgi" value="/greenstone3" />
    4949    <param name="gsdl3" value="true" />
     
    5353    <all-permissions/>
    5454  </security>
    55 </jnlp> 
     55</jnlp>
Note: See TracChangeset for help on using the changeset viewer.