Rev 1331 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1331 | Rev 1406 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 | 5 | ||
6 | <Description about="urn:mozilla:install-manifest"> |
6 | <Description about="urn:mozilla:install-manifest"> |
7 | <em:id>{442BFBA6-ADD9-11DD-BDE2-BC5D1A6F0FEF}</em:id> |
7 | <em:id>{442BFBA6-ADD9-11DD-BDE2-BC5D1A6F0FEF}</em:id> |
8 | <em:version>1.1</em:version> |
8 | <em:version>1.2</em:version> |
9 | <em:type>2</em:type> |
9 | <em:type>2</em:type> |
10 | 10 | ||
11 | <!-- firefox --> |
11 | <!-- firefox --> |
12 | <em:targetApplication> |
12 | <em:targetApplication> |
13 | <Description> |
13 | <Description> |
14 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
14 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
15 | <em:minVersion>3</em:minVersion> |
15 | <em:minVersion>3</em:minVersion> |
16 | <em:maxVersion>3.0.*</em:maxVersion> |
16 | <em:maxVersion>3.5.*</em:maxVersion> |
17 | </Description> |
17 | </Description> |
18 | </em:targetApplication> |
18 | </em:targetApplication> |
19 | 19 | ||
20 | <!-- thunderbird --> |
20 | <!-- thunderbird --> |
21 | <em:targetApplication> |
21 | <em:targetApplication> |