summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/brokeninstaller/data/updates.xml
blob: a20275120bf30a56c9e5debbbeb2d0f52bc4202c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<Updates>
    <ApplicationName>Your application</ApplicationName>
    <ApplicationVersion>1.2.3</ApplicationVersion>
    <Checksum>true</Checksum>
    <PackageUpdate>
        <Name>componentinvalidscript</Name>
        <DisplayName>Invalid script component</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <SortingPriority>1</SortingPriority>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentb</Name>
        <DisplayName>The second root component</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <SortingPriority>1</SortingPriority>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentc</Name>
        <DisplayName>The third root component</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <SortingPriority>1</SortingPriority>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentc.subnode</Name>
        <DisplayName>A subcomponent for the third root, dependency to component with invalid script</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <SortingPriority>1</SortingPriority>
        <Dependencies>componentinvalidscript</Dependencies>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentc.subnode.sub</Name>
        <DisplayName>A subcomponent for the third roots subcomponent</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Script>installscript.qs</Script>
        <Default>true</Default>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentmissingdependency</Name>
        <DisplayName>A component that has missing sha</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
   <PackageUpdate>
        <Name>componentd</Name>
        <DisplayName>Component that depends on component which is missing dependency</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Script>installscript.qs</Script>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentmissingcontent</Name>
        <DisplayName>A component which is missing 7z</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <SortingPriority>0</SortingPriority>
        <DownloadableArchives>content.7z</DownloadableArchives>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentmissingcontent.sub</Name>
        <DisplayName>A subcomponent of component which is missing 7z</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Checkable>true</Checkable>
        <Default>true</Default>
        <Script>installscript.qs</Script>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
    <PackageUpdate>
        <Name>componentE</Name>
        <DisplayName>A component which is dependent on subcomponent of missing 7z component</DisplayName>
        <Description>Install this example.</Description>
        <Version>0.1.0-1</Version>
        <ReleaseDate>2010-09-21</ReleaseDate>
        <Script>installscript.qs</Script>
        <Checkable>true</Checkable>
        <Default>true</Default>
        <Dependencies>componentmissingcontent.sub</Dependencies>
        <UpdateFile UncompressedSize="61"
                    CompressedSize="61"/>
        <Licenses>
            <License name="Beer Public License Agreement"
                     file="license.txt"/>
        </Licenses>
    </PackageUpdate>
</Updates>