Changeset 8254 for trunk/gli/gli4gs3.bat


Ignore:
Timestamp:
2004-10-08T15:52:32+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed the crazy jp.jar file. This contained one class: SteppedComboBox, containing hard-wired references to the Gatherer class. Worse, we don't have the source code to this... it should have been part of the GLI, not a separate library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli4gs3.bat

    r8070 r8254  
    315315:: -Xloggc:<file>   Write garbage collection log
    316316
    317 "%JAVAPATH%\java" -cp classes/;GLI.jar;lib/apache.jar;lib/jp.jar;lib/qfslib.jar;lib/mail.jar;lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdl3 %GSDL3HOME% -perl %PERLPATH% -wget %WGETPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
     317"%JAVAPATH%\java" -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar;lib/mail.jar;lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdl3 %GSDL3HOME% -perl %PERLPATH% -wget %WGETPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
    318318
    319319if "%GLILANG%" == "en" echo Done!
Note: See TracChangeset for help on using the changeset viewer.