toolkit/mozapps/extensions/test/xpcshell/data/test_updatecompatmode_normal.rdf

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="UTF-8"?>
     3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     4      xmlns:RDF="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:extension:compatmode-normal@tests.mozilla.org">
     8     <em:updates>
     9       <Seq>
    10         <li>
    11           <Description>
    12             <em:version>2.0</em:version>
    13             <em:targetApplication>
    14               <Description>
    15                 <em:id>xpcshell@tests.mozilla.org</em:id>
    16                 <em:minVersion>1</em:minVersion>
    17                 <em:maxVersion>2</em:maxVersion>
    18                 <em:updateLink>https://localhost:%PORT%/addons/test1.xpi</em:updateLink>
    19               </Description>
    20             </em:targetApplication>
    21           </Description>
    22         </li>
    23       </Seq>
    24     </em:updates>
    25   </Description>
    26 </RDF>

mercurial