layout/tools/reftest/install.rdf

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <?xml version="1.0"?>
     3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     4      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     5   <Description about="urn:mozilla:install-manifest">
     6     <em:id>reftest@mozilla.org</em:id>
     7 #ifdef BOOTSTRAP
     8     <em:type>2</em:type>
     9     <em:bootstrap>true</em:bootstrap>
    10 #endif
    11     <em:version>1.0</em:version>
    12     <em:targetApplication>
    13       <Description>
    14         <em:id>toolkit@mozilla.org</em:id>
    15 #expand        <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
    16 #expand        <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
    17       </Description>
    18     </em:targetApplication>
    19     <!-- Front End MetaData -->
    20     <em:name>Reftest</em:name>
    21     <em:description>Run layout comparison tests.</em:description>
    22     <em:creator>L. David Baron</em:creator>
    23   </Description>
    24 </RDF>

mercurial