aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-test/src/test/resources/MergeStrategyAsConfigProp/config.xml
blob: 74a999a0a57245312d1752a6adcaa1d2bda92794 (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>ModeAsConfigProp</namespace>
		<mergeStrategy>merge</mergeStrategy>
	</_config>
</configuration>