1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/services/sync/tps/extensions/mozmill/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.10 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.11 + 1.12 + <Description about="urn:mozilla:install-manifest"> 1.13 + <em:id>mozmill@mozilla.com</em:id> 1.14 + <em:name>Mozmill</em:name> 1.15 + <em:version>2.0.6</em:version> 1.16 + <em:description>UI Automation tool for Mozilla applications</em:description> 1.17 + <em:unpack>true</em:unpack> 1.18 + 1.19 + <em:creator>Mozilla Automation and Testing Team</em:creator> 1.20 + <em:contributor>Adam Christian</em:contributor> 1.21 + <em:contributor>Mikeal Rogers</em:contributor> 1.22 + 1.23 + <em:targetApplication> 1.24 + <Description> 1.25 + <em:id>toolkit@mozilla.org</em:id> 1.26 + <em:minVersion>10.0</em:minVersion> 1.27 + <em:maxVersion>31.*</em:maxVersion> 1.28 + </Description> 1.29 + </em:targetApplication> 1.30 + </Description> 1.31 +</RDF>