Ignore:
Timestamp:
2005-11-09T14:17:42+13:00 (18 years ago)
Author:
kjdon
Message:

added the macros directory to be uploaded along with images directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsdl-2_62-distribution-branch/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r10634 r10876  
    619619    {
    620620    return getCollectionDirectoryPath() + "log" + File.separator;
     621    }
     622
     623    /** Constructs the absolute filename of the collection's macros directory, which should resemble "$GSDLHOME/collect/<col_name>/macros/"
     624     * @return A <strong>String</strong> containing the filename.
     625     */
     626    public String getCollectionMacrosDirectoryPath()
     627    {
     628    return getCollectionDirectoryPath() + "macros" + File.separator;
    621629    }
    622630
Note: See TracChangeset for help on using the changeset viewer.