Merge File¶
Details on a file to merge.
Version¶
Available from version 1.0
Examples¶
Minimalist Example
1<file>
2 <!-- path to file -->
3</file>
Full Example
1<file action="Copy" deleteAfterMerge="false">
2 <path>
3 <!-- path to file -->
4 </path>
5</file>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
deleteAfterMerge | Delete the file after merging if set to true. | Boolean | No | false | 1.5 |
path | The name of the file to merge. | String | Yes | n/a | 1.0 |
action | The type of the file to merge. | String - one of: * Merge * Copy * CData * IndexCopy |
No | Merge | 1.5 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:04 AM