]> source.dussan.org Git - sonarqube.git/blob
0305f9f545c62fbc9b9884b2907c456783b52060
[sonarqube.git] /
1 <dataset>
2
3   <!-- global -->
4   <properties id="1"
5               prop_key="global.one"
6               text_value="one"
7               resource_id="[null]"
8               user_id="[null]"/>
9   <properties id="2"
10               prop_key="global.two"
11               text_value="two"
12               resource_id="[null]"
13               user_id="[null]"/>
14
15   <!-- struts -->
16   <!--<properties id="3" prop_key="struts.one" text_value="one" resource_id="10" user_id="[null]"/>-->
17
18   <!-- commons -->
19   <properties id="4"
20               prop_key="commonslang.one"
21               text_value="two"
22               resource_id="11"
23               user_id="[null]"/>
24
25   <!-- user -->
26   <properties id="5"
27               prop_key="user.one"
28               text_value="one"
29               resource_id="[null]"
30               user_id="100"/>
31   <properties id="6"
32               prop_key="user.two"
33               text_value="two"
34               resource_id="10"
35               user_id="100"/>
36
37   <properties id="7"
38               prop_key="commonslang.one"
39               text_value="one"
40               resource_id="12"
41               user_id="[null]"/>
42
43   <projects uuid="A"
44             uuid_path="NOT_USED"
45             kee="org.struts:struts"
46             id="10"/>
47   <projects uuid="B"
48             uuid_path="NOT_USED"
49             kee="org.apache:commons-lang"
50             id="11"/>
51   <projects uuid="C"
52             uuid_path="NOT_USED"
53             kee="other"
54             id="12"/>
55 </dataset>