toolkit/mozapps/extensions/test/xpcshell/data/test_bug655254.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" encoding="UTF-8"?>
     3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     4          xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     6   <RDF:Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
     7     <em:updates>
     8       <RDF:Seq>
     9         <RDF:li>
    10           <RDF:Description>
    11             <em:version>1</em:version>
    12             <em:targetApplication>
    13               <RDF:Description>
    14                 <em:id>xpcshell@tests.mozilla.org</em:id>
    15                 <em:minVersion>1</em:minVersion>
    16                 <em:maxVersion>2</em:maxVersion>
    17               </RDF:Description>
    18             </em:targetApplication>
    19           </RDF:Description>
    20         </RDF:li>
    21       </RDF:Seq>
    22     </em:updates>
    23   </RDF:Description>
    25 </RDF:RDF>

mercurial