aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/GlobalAndNSConfig/config.xml
blob: 427766bfac5a3722ccc1c9d8a583beae234fedfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<artifact>
		<name>
			<maxlength>28</maxlength>
		</name>
		<extension>gz,tgz</extension>
		<mandatory>
			<name>true</name>
		</mandatory>
	</artifact>
	<_config>
		<namespace>GlobalAndNSConfig</namespace>
		<mergeStrategy>merge</mergeStrategy>
	</_config>
</configuration>