aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-common-configuration-management/openecomp-configuration-management-test/src/test/resources/XMLConfiguration/config-M.xml
blob: 320e53348dfd59293e4da90bc6ce8e6ee4c3e0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <artifact>
        <name>
            <maxlength>28</maxlength>
        </name>
        <maxsize>1048576</maxsize>
        <extension>gz,tgz</extension>
        <supportedencryption>Base64</supportedencryption>
        <status>deleted</status>
        <mandatory>
            <name>true</name>
        </mandatory>
    </artifact>
    <_config>
        <namespace>XMLConfig</namespace>
        <mergeStrategy>merge</mergeStrategy>
    </_config>
</configuration>