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