Changeset 10729


Ignore:
Timestamp:
2005-10-14T15:26:30+13:00 (19 years ago)
Author:
mdewsnip
Message:

No longer compiles Zipup.java (no longer exists).

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r10422 r10729  
    145145:: Compile the stand-alone programs used by the GLI applet
    146146"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar;lib/mail.jar;lib/activation.jar src/org/greenstone/gatherer/util/Unzip.java
    147 "%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar;lib/mail.jar;lib/activation.jar src/org/greenstone/gatherer/util/Zipup.java
    148147
    149148if "%GLILANG%" == "en" echo Done!
  • trunk/gli/makegli.sh

    r10422 r10729  
    131131# Compile the stand-alone programs used by the GLI applet
    132132$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Unzip.java
    133 $javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Zipup.java
    134133
    135134if [ "$glilang" == "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.