Ignore:
Timestamp:
2014-04-24T21:34:33+12:00 (10 years ago)
Author:
ak19
Message:

First commit for GLI part of GS2 to GS3 Format Conversion. Contains all the changes needed for the FormatConversionDialog to work, and some cosmetic changes to cdm.Format4gs3Manager.java. Still need to implement undo and redo and think about what needs to happen and how for Remote GS3.

File:
1 edited

Legend:

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

    r22340 r28995  
    697697    }
    698698
     699    static public String getGS3BinPath() {
     700    return gsdl3_src_path + "bin" + File.separator;
     701    }
     702
    699703    /** Remove a previously defined special directory mapping.
    700704     * @param name The name of the mapping to remove as a <strong>String</strong>.
Note: See TracChangeset for help on using the changeset viewer.