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