Ignore:
Timestamp:
2014-09-17T19:05:03+12:00 (10 years ago)
Author:
ak19
Message:

Moved the formatconverter binaries from GS3/bin to the new GS3/bin/OS folders, since Macs need a Mac-generated formatconverter binary because the linux-generated formatconverter binary does not work on Mac (when I tested on Mountain Lion and Maverick).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/Configuration.java

    r28995 r29299  
    4545import javax.swing.plaf.*;
    4646import org.greenstone.gatherer.util.StaticStrings;
     47import org.greenstone.gatherer.util.Utility;
    4748import org.greenstone.gatherer.util.XMLTools;
    4849import org.w3c.dom.*;
     
    698699
    699700    static public String getGS3BinPath() {
    700     return gsdl3_src_path + "bin" + File.separator;
     701    return gsdl3_src_path + "bin" + File.separator + Utility.getOSdirName() + File.separator;
    701702    }
    702703
Note: See TracChangeset for help on using the changeset viewer.