Changeset 7748


Ignore:
Timestamp:
2004-07-16T14:19:08+12:00 (20 years ago)
Author:
davidb
Message:

Top class name changed from Gatherer.class to GathererProg.class. Done
to fit in with Applet extension to GLI, which is GathererApplet.class.
Common code to both lives in Gatherer.class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.sh

    r7676 r7748  
    235235
    236236## ---- Check that the GLI has been compiled ----
    237 if [ ! -f "classes/org/greenstone/gatherer/Gatherer.class" ] && [ ! -f "GLI.jar" ]; then
     237if [ ! -f "classes/org/greenstone/gatherer/GathererProg.class" ] && [ ! -f "GLI.jar" ]; then
    238238    echo
    239239    if [ "$glilang" == "es" ]; then
     
    291291# -Xloggc:<file>   Write garbage collection log
    292292
    293 $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.Gatherer -gsdl $GSDLHOME -wget $wgetpath $*
     293$javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -wget $wgetpath $*
    294294
    295295if [ "$glilang" == "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.