Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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 | |
michael@0 | 7 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 8 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
michael@0 | 9 | <Description about="urn:mozilla:install-manifest"> |
michael@0 | 10 | <em:id>mobile-utils@mozilla.com</em:id> |
michael@0 | 11 | <em:version>1.0</em:version> |
michael@0 | 12 | <em:type>2</em:type> |
michael@0 | 13 | <em:bootstrap>true</em:bootstrap> |
michael@0 | 14 | |
michael@0 | 15 | <!-- Fennec-XUL --> |
michael@0 | 16 | <em:targetApplication> |
michael@0 | 17 | <Description> |
michael@0 | 18 | <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id> |
michael@0 | 19 | <em:minVersion>1</em:minVersion> |
michael@0 | 20 | <em:maxVersion>*</em:maxVersion> |
michael@0 | 21 | </Description> |
michael@0 | 22 | </em:targetApplication> |
michael@0 | 23 | |
michael@0 | 24 | <!-- Fennec-NativeUI --> |
michael@0 | 25 | <em:targetApplication> |
michael@0 | 26 | <Description> |
michael@0 | 27 | <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> |
michael@0 | 28 | <em:minVersion>1</em:minVersion> |
michael@0 | 29 | <em:maxVersion>*</em:maxVersion> |
michael@0 | 30 | </Description> |
michael@0 | 31 | </em:targetApplication> |
michael@0 | 32 | |
michael@0 | 33 | <!-- Front End MetaData --> |
michael@0 | 34 | <em:name>Mobile Addon-SDK utility addon</em:name> |
michael@0 | 35 | <em:description>Allow better integration with cfx tool.</em:description> |
michael@0 | 36 | <em:creator>Mozilla Corporation</em:creator> |
michael@0 | 37 | |
michael@0 | 38 | </Description> |
michael@0 | 39 | </RDF> |