aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/XMLConfiguration/config-U.xml
blob: 962bd342f3dddb13c3b50362f04438beccddf9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <artifact>
        <name>
            <minlength>6</minlength>
        </name>
        <maxsize>1048</maxsize>
        <extension>pdf,tgz,xls</extension>
    </artifact>
    <_config>
        <namespace>XMLConfig</namespace>
        <mergeStrategy>union</mergeStrategy>
    </_config>
</configuration>