Changeset 13327 for trunk/gli/makegli.sh


Ignore:
Timestamp:
2006-11-24T13:24:27+13:00 (17 years ago)
Author:
mdewsnip
Message:

No longer explicitly compiles Unzip.java. This is only required by the remote building code and will be compiled whenever GLIServer.jar is created.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.sh

    r12453 r13327  
    129129$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar src/org/greenstone/gatherer/gems/GEMS.java
    130130
    131 # Compile the stand-alone programs used by the GLI applet
    132 $javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar src/org/greenstone/gatherer/util/Unzip.java
    133 
    134131if [ "$glilang" = "es" ]; then
    135132    echo "¡Hecho!"
Note: See TracChangeset for help on using the changeset viewer.