<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="feature-test">
<feature name="config-test" version="0.2.0">
<config name="configTest.Default" append="true">
myKey="myUpdatedValue"
newKey="someValue"
newKey2="someValue2"
</config>
</feature>
</features>