toolkit/mozapps/extensions/test/addons/test_install6/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"?>
     3 <!-- An extension that has a compatibility override making it incompatible. -->
     4 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     5      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     7   <Description about="urn:mozilla:install-manifest">
     8     <em:id>addon6@tests.mozilla.org</em:id>
     9     <em:version>1.0</em:version>
    11     <!-- Front End MetaData -->
    12     <em:name>Addon Test 6</em:name>
    13     <em:description>Test Description</em:description>
    15     <em:targetApplication>
    16       <Description>
    17         <em:id>xpcshell@tests.mozilla.org</em:id>
    18         <em:minVersion>1</em:minVersion>
    19         <em:maxVersion>1</em:maxVersion>
    20       </Description>
    21     </em:targetApplication>
    23   </Description>
    24 </RDF>

mercurial