greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16750

Show
Ignore:
Timestamp:
2008-08-13 11:49:24 (5 months ago)
Author:
oranfry
Message:

leave these options to ant now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/wirk3/src/wirk3.cpp

    r16631 r16750  
    5555                        return 0; 
    5656 
    57                 } else if ( a.compare("-sim") == 0 ) { 
    58                         command += " -Dexecute=false"; 
    59  
    60                 } else if ( a.compare("-descend") == 0 ) { 
    61                         command = command + " -Dresume.descend=" + argv[++i]; 
    62                 } else if ( a.compare("-from") == 0 ) { 
    63                         command = command + " -Dresume.from=" + argv[++i]; 
    64                 } else if ( a.compare("-to") == 0 ) { 
    65                         command = command + " -Dresume.to=" + argv[++i]; 
    6657                } else { 
    6758                        command = command + " " + a;