|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
3 | 3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
| 4 | + |
4 | 5 | <Description about="urn:mozilla:install-manifest"> |
5 | 6 | <em:id>mozmill@mozilla.com</em:id> |
6 | | - <em:name>MozMill</em:name> |
7 | | - <em:version>1.5.21</em:version> |
8 | | - <em:creator>Adam Christian</em:creator> |
| 7 | + <em:name>Mozmill</em:name> |
| 8 | + <em:version>1.5.22</em:version> |
9 | 9 | <em:description>A testing extension based on the Windmill Testing Framework client source</em:description> |
10 | 10 | <em:unpack>true</em:unpack> |
| 11 | + |
| 12 | + <em:creator>Mozilla Automation and Testing Team</em:creator> |
| 13 | + <em:contributor>Adam Christian</em:contributor> |
| 14 | + <em:contributor>Mikeal Rogers</em:contributor> |
| 15 | + |
11 | 16 | <em:targetApplication> |
12 | | - <!-- Firefox --> |
13 | 17 | <Description> |
14 | | - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
15 | | - <em:minVersion>4.0</em:minVersion> |
| 18 | + <em:id>toolkit@mozilla.org</em:id> |
| 19 | + <em:minVersion>10.0</em:minVersion> |
16 | 20 | <em:maxVersion>30.*</em:maxVersion> |
17 | 21 | </Description> |
18 | 22 | </em:targetApplication> |
19 | | - <em:targetApplication> |
20 | | - <!-- Thunderbird --> |
21 | | - <Description> |
22 | | - <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
23 | | - <em:minVersion>5.0</em:minVersion> |
24 | | - <em:maxVersion>30.*</em:maxVersion> |
25 | | - </Description> |
26 | | - </em:targetApplication> |
27 | | - <em:targetApplication> |
28 | | - <!-- Sunbird --> |
29 | | - <Description> |
30 | | - <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id> |
31 | | - <em:minVersion>1.0b5</em:minVersion> |
32 | | - <em:maxVersion>1.*</em:maxVersion> |
33 | | - </Description> |
34 | | - </em:targetApplication> |
35 | | - <em:targetApplication> |
36 | | - <!-- SeaMonkey --> |
37 | | - <Description> |
38 | | - <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> |
39 | | - <em:minVersion>2.1</em:minVersion> |
40 | | - <em:maxVersion>2.*</em:maxVersion> |
41 | | - </Description> |
42 | | - </em:targetApplication> |
43 | | - <em:targetApplication> |
44 | | - <Description> |
45 | | - <em:id>toolkit@mozilla.org</em:id> |
46 | | - <em:minVersion>2.0</em:minVersion> |
47 | | - <em:maxVersion>30.*</em:maxVersion> |
48 | | - </Description> |
49 | | - </em:targetApplication> |
| 23 | + |
50 | 24 | </Description> |
51 | 25 | </RDF> |
0 commit comments