services/sync/tps/extensions/mozmill/install.rdf

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:e3c051326dd3
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
6 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
8
9 <Description about="urn:mozilla:install-manifest">
10 <em:id>mozmill@mozilla.com</em:id>
11 <em:name>Mozmill</em:name>
12 <em:version>2.0.6</em:version>
13 <em:description>UI Automation tool for Mozilla applications</em:description>
14 <em:unpack>true</em:unpack>
15
16 <em:creator>Mozilla Automation and Testing Team</em:creator>
17 <em:contributor>Adam Christian</em:contributor>
18 <em:contributor>Mikeal Rogers</em:contributor>
19
20 <em:targetApplication>
21 <Description>
22 <em:id>toolkit@mozilla.org</em:id>
23 <em:minVersion>10.0</em:minVersion>
24 <em:maxVersion>31.*</em:maxVersion>
25 </Description>
26 </em:targetApplication>
27 </Description>
28 </RDF>

mercurial