This filter prepends or appends the content file to the filtered files.
<filterchain>
<concatfilter prepend="license.txt"/>
</filterchain>
Table E.3: Attributes for the <concatfilter> tag
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
prepend | String | The name of the file which content should be prepended to the file. | n/a | No |
append | String | The name of the file which content should be appended to the file. | n/a | No |