Changeset 31758
- Timestamp:
- 2017-06-29T14:17:59+12:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java
r31695 r31758 289 289 command.add(GSFile.collectDir(this.site_home)); 290 290 // 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 reactivation291 command.add("-skipactivation"); // gsdl3/service/GS2Construct does the activation and reactivation 292 292 command.addAll(extractParameters(this.process_params)); 293 293 command.add(this.collection_name);
Note:
See TracChangeset
for help on using the changeset viewer.