Changeset 9148


Ignore:
Timestamp:
2005-02-23T14:03:28+13:00 (19 years ago)
Author:
kjdon
Message:

added static string GSHELL_OTHER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r9137 r9148  
    104104    /** Element in process type name enumeration */
    105105    static public String GSHELL_CONVERT = "gshell_convert";
     106    /** Element in process type name enumeration */
     107    static public String GSHELL_OTHER = "gshell_other";
    106108
    107109    /** Determine if the given process is still executing. It does this by attempting to throw an exception - not the most efficient way, but the only one as far as I know
Note: See TracChangeset for help on using the changeset viewer.