| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Filter element configuration |
| config: |
| |
| # A list of domains to include in each artifact, as |
| # they were defined as public data in the parent |
| # element's 'split-rules'. |
| # |
| # If a domain is specified that does not exist, the |
| # filter element will fail to build. |
| # |
| # The default empty list indicates that all domains |
| # of the parent's artifact should be included. |
| # |
| include: [] |
| |
| # A list of domains to exclude from each artifact, as |
| # they were defined in the parent element's 'split-rules'. |
| # |
| # In the case that a file is spoken for by a domain |
| # in the 'include' list and another in the 'exclude' |
| # list, then the file will be excluded. |
| exclude: [] |
| |
| # Whether to include orphan files which are not |
| # included by any of the 'split-rules' present in |
| # the parent element. |
| # |
| include-orphans: False |
| |
| # Whether to pass the 'integration-commands' of the |
| # parent element through the filter. |
| # |
| pass-integration: False |