|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
5 |
|
6 <RDF:Description about="urn:mozilla:extension:addon1@tests.mozilla.org"> |
|
7 <em:updates> |
|
8 <RDF:Seq> |
|
9 <RDF:li> |
|
10 <RDF:Description> |
|
11 <em:version>1</em:version> |
|
12 <em:targetApplication> |
|
13 <RDF:Description> |
|
14 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
15 <em:minVersion>1</em:minVersion> |
|
16 <em:maxVersion>2</em:maxVersion> |
|
17 </RDF:Description> |
|
18 </em:targetApplication> |
|
19 </RDF:Description> |
|
20 </RDF:li> |
|
21 </RDF:Seq> |
|
22 </em:updates> |
|
23 </RDF:Description> |
|
24 |
|
25 </RDF:RDF> |
|
26 |