addon-sdk/source/python-lib/cuddlefish/mobile-utils/install.rdf

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial