]> source.dussan.org Git - sonarqube.git/blob
ee0bfbe99644a48cde4478515815660fbd7eecae
[sonarqube.git] /
1 <dataset>
2
3   <!-- global properties are removed -->
4   <!--<properties id="1" prop_key="key1" text_value="oldvalue" resource_id="[null]" user_id="[null]"/>-->
5
6   <!-- project properties are not removed -->
7   <properties id="2" prop_key="old1" text_value="value1" resource_id="3" user_id="[null]"/>
8   <properties id="3" prop_key="old2" text_value="value2" resource_id="3" user_id="[null]"/>
9
10   <!-- user properties are not removed -->
11   <properties id="4" prop_key="user_prop" text_value="[null]" resource_id="[null]" user_id="3"/>
12   <properties id="5" prop_key="favorite" text_value="[null]" resource_id="8" user_id="3"/>
13
14   <!-- Sonar Core properties that were not purged -->
15   <properties id="6" prop_key="sonar.core.id" text_value="123456" resource_id="[null]" user_id="[null]"/>
16   <properties id="7" prop_key="sonar.core.version" text_value="3.1" resource_id="[null]" user_id="[null]"/>
17   <properties id="8" prop_key="sonar.core.startTime" text_value="2012-04-19T11:01:45+0200" resource_id="[null]" user_id="[null]"/>
18
19   <!-- New properties that were imported -->
20   <properties id="9" prop_key="key1" text_value="value1" resource_id="[null]" user_id="[null]"/>
21   <properties id="10" prop_key="key2" text_value="value2" resource_id="[null]" user_id="[null]"/>
22   <properties id="11" prop_key="key3" text_value="value3" resource_id="[null]" user_id="[null]"/>
23 </dataset>