home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / nsmoth / SmothWheel.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-10-22  |  1.4 KB  |  42 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  3.  
  4.   <Description about="urn:mozilla:install-manifest">
  5.   
  6.     <em:id>{5F590AA2-1221-4113-A6F4-A4BB62414FAC}</em:id><!--smoothwheel-->
  7.     <em:name>SmoothWheel</em:name>
  8.     <em:version>0.42</em:version>
  9.     <em:description>Scrolls the document smoothly when scrolling the mouse wheel (2004-10-22)</em:description>
  10.     <em:creator>Avi Halachmi</em:creator>
  11.     <em:homepageURL>http://smoothwheel.mozdev.org/</em:homepageURL>
  12.     <em:updateURL>http://smoothwheel.mozdev.org/update.rdf</em:updateURL>
  13.  
  14.     <em:file>
  15.       <!-- <Description about="urn:mozilla:extension:file:quicknote.jar">-->
  16.       <Description about="urn:mozilla:extension:file:smoothwheel.jar">
  17.         <em:package>content/</em:package>
  18.       </Description>
  19.     </em:file>
  20.  
  21.     <em:targetApplication>
  22.       <Description>
  23.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><!--firefox-->
  24.         <em:minVersion>0.9</em:minVersion>
  25.         <em:maxVersion>5.0</em:maxVersion>
  26.       </Description>
  27.     </em:targetApplication>
  28.  
  29.     <em:targetApplication>
  30.       <Description>
  31.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id><!--thunderbird-->
  32.         <em:minVersion>0.7</em:minVersion>
  33.         <em:maxVersion>5.0</em:maxVersion>
  34.       </Description>
  35.     </em:targetApplication>
  36.  
  37.  
  38.   </Description>
  39.  
  40. </RDF>
  41.  
  42.