Changeset 31758 for main/trunk


Ignore:
Timestamp:
2017-06-29T14:17:59+12:00 (7 years ago)
Author:
ak19
Message:

Minor correction to a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java

    r31695 r31758  
    289289        command.add(GSFile.collectDir(this.site_home));
    290290//      command.add("-removeold"); // saves some seconds processing time when this flag's added in explicitly. Shouldn't be added for incremental building
    291         command.add("-skipactivation"); // gsdl3/util/GS2Construct does the activation and reactivation
     291        command.add("-skipactivation"); // gsdl3/service/GS2Construct does the activation and reactivation
    292292        command.addAll(extractParameters(this.process_params));
    293293        command.add(this.collection_name);
Note: See TracChangeset for help on using the changeset viewer.