|
1 <?xml version="1.0"?> |
|
2 |
|
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
5 <Description about="urn:mozilla:install-manifest"> |
|
6 <em:id>reftest@mozilla.org</em:id> |
|
7 #ifdef BOOTSTRAP |
|
8 <em:type>2</em:type> |
|
9 <em:bootstrap>true</em:bootstrap> |
|
10 #endif |
|
11 <em:version>1.0</em:version> |
|
12 <em:targetApplication> |
|
13 <Description> |
|
14 <em:id>toolkit@mozilla.org</em:id> |
|
15 #expand <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion> |
|
16 #expand <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion> |
|
17 </Description> |
|
18 </em:targetApplication> |
|
19 <!-- Front End MetaData --> |
|
20 <em:name>Reftest</em:name> |
|
21 <em:description>Run layout comparison tests.</em:description> |
|
22 <em:creator>L. David Baron</em:creator> |
|
23 </Description> |
|
24 </RDF> |