|
1 <?xml version="1.0"?> |
|
2 |
|
3 <!-- An extension that is incompatible with the XPCShell test suite and |
|
4 has binary components, so won't be compatible-by-default. --> |
|
5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
6 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
7 |
|
8 <Description about="urn:mozilla:install-manifest"> |
|
9 <em:id>addon5@tests.mozilla.org</em:id> |
|
10 <em:version>1.0</em:version> |
|
11 |
|
12 <!-- Front End MetaData --> |
|
13 <em:name>Real Test 5</em:name> |
|
14 <em:description>Test Description</em:description> |
|
15 <em:unpack>true</em:unpack> |
|
16 |
|
17 <em:targetApplication> |
|
18 <Description> |
|
19 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
20 <em:minVersion>0</em:minVersion> |
|
21 <em:maxVersion>0</em:maxVersion> |
|
22 </Description> |
|
23 </em:targetApplication> |
|
24 |
|
25 </Description> |
|
26 </RDF> |