Changeset 17845 for gli/trunk


Ignore:
Timestamp:
2008-11-13T09:53:30+13:00 (15 years ago)
Author:
kjdon
Message:

changed a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/makegli.bat

    r17001 r17845  
    137137
    138138:: Compile the GLI
    139 :: Sun compiler (tested with 1.5 and 1.6) didn't compile DragTreeSelectionModel.java or MetadataAuditToolModel.java automatically, so we need to put them in explicitly
     139:: Sun compiler (tested with 1.5 and 1.6) didn't compile DragTreeSelectionModel.java or MetadataAuditTableModel.java automatically, so we need to put them in explicitly
    140140"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar src/org/greenstone/gatherer/GathererProg.java src/org/greenstone/gatherer/util/DragTreeSelectionModel.java src/org/greenstone/gatherer/metadata/MetadataAuditTableModel.java
    141141"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar src/org/greenstone/gatherer/GathererApplet.java
Note: See TracChangeset for help on using the changeset viewer.