aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/XMLConfiguration/config-U.xml
blob: 6d0192c142251b53f5d4af0de8d2497a6366e658 (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>