blob: 82213823924afdca79ef688a8de510eae6d2e3b0 (
plain) (
blame)
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
|
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<!-- Foo Widget Extension -->
<RDF:Description about="urn:mozilla:extension:jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY@jetpack">
<em:updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>0.15</em:version> <!-- This is the version number of the add-on -->
<!-- One targetApplication for each application the add-on is compatible with -->
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.15.xpi</em:updateLink>
<!-- A page describing what is new in this updated version -->
<em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL>
<em:updateHash>e5009393f1ae052efb221d948a7fbb520f68e776</em:updateHash>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description>
<em:version>0.16</em:version> <!-- This is the version number of the add-on -->
<!-- One targetApplication for each application the add-on is compatible with -->
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.16.xpi</em:updateLink>
<!-- A page describing what is new in this updated version -->
<em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL>
<em:updateHash>2f4829a38b164472986a8aac3cbb49282005b5aa/em:updateHash>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>
</RDF:RDF>
|