home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / komunikace / firefox / Firefox Setup 2.0.0.6.exe / optional / extensions / talkback@mozilla.org / install.rdf
Encoding:
Extensible Markup Language  |  2007-07-25  |  1.7 KB  |  52 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>talkback@mozilla.org</em:id>
  8.     <em:version>2.0.0.6</em:version>
  9.  
  10.     <em:targetApplication>
  11.       <!-- Firefox -->
  12.       <Description>
  13.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.         <em:minVersion>2.0.0.6</em:minVersion>
  15.         <em:maxVersion>2.0.0.6</em:maxVersion>
  16.       </Description>
  17.     </em:targetApplication>
  18.  
  19.     <em:targetApplication>
  20.       <!-- Sunbird -->
  21.       <Description>
  22.         <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
  23.         <em:minVersion>0.7pre</em:minVersion>
  24.         <em:maxVersion>0.7pre</em:maxVersion>
  25.       </Description>
  26.     </em:targetApplication>
  27.  
  28.     <em:targetApplication>
  29.       <!-- Thunderbird -->
  30.       <Description>
  31.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  32.         <em:minVersion>2.0.0.5</em:minVersion>
  33.         <em:maxVersion>2.0.0.5</em:maxVersion>
  34.       </Description>
  35.     </em:targetApplication>
  36.     
  37.     <!-- EXTENSION AUTHORS!
  38.          DO NOT COPY THIS PROPERTY INTO YOUR INSTALL RDF FILES
  39.          It will cause users not to be informed of incompatibilities 
  40.          with your extension when they are updated with Software Update
  41.          and your extension will become unavailable to them!
  42.          -->
  43.     <em:appManaged>true</em:appManaged>
  44.  
  45.     <!-- front-end metadata -->
  46.     <em:name>Talkback</em:name>
  47.     <em:description>Sends information about program crashes to Mozilla.</em:description>
  48.     <em:creator>mozilla.org</em:creator>
  49.     <em:homepageURL>http://talkback.mozilla.org/</em:homepageURL>
  50.   </Description>
  51. </RDF>
  52.