Changeset 12649


Ignore:
Timestamp:
2006-09-01T14:23:29+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now includes the macros/extra.dm file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/remote/ZipCollectionShell.java

    r10726 r12649  
    5151        ZipTools.addFileToZip(zos, collect_directory_path, build_cfg_relative_path, null_zip_filter);
    5252
     53        // Add macros/extra.dm file
     54        String extra_dm_relative_path = collection_name + File.separator + "macros" + File.separator + "extra.dm";
     55        ZipTools.addFileToZip(zos, collect_directory_path, extra_dm_relative_path, null_zip_filter);
     56
    5357        // Add metadata directory
    5458        String metadata_relative_path = collection_name + File.separator + "metadata";
Note: See TracChangeset for help on using the changeset viewer.