<?xml version="1.0"?>

<RDF:RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <!-- Firefox Updates -->
  <RDF:Description RDF:about="urn:mozilla:extension:{31513E58-F253-47ad-86DB-D5F21E905429}">
    <em:updates>
      <!-- This is a list of all available updates. They must have unique 
              URIs, per RDF Grammar rules, I've tacked the version number onto
              the end to differentiate versions -->
      <RDF:Seq>
        <RDF:li RDF:resource="urn:mozilla:extension:{31513E58-F253-47ad-86DB-D5F21E905429}:2005060604"/>
        <RDF:li RDF:resource="urn:mozilla:extension:{31513E58-F253-47ad-86DB-D5F21E905429}:2006020106"/>        
      </RDF:Seq>
    </em:updates>

    <!-- Firefox 0.9 did not support the above RDF grammar, only the following
            two simple properties, so we also provide them here for people 
            upgrading from Firefox 0.9. Note that we've used the larger of the two 
            updates here, since Firefox 0.9 was not smart enough to have any of the 
            logic to patch its Extensions datasource with information about existing 
            Extensions that are also compatible with newer versions of 
            the app. -->
    <em:version>0.0.1.2005060604</em:version>
    <em:updateLink>http://downloads.mozdev.com/minimizetotray/minimizetotray/minimizetotray.2005060604.xpi</em:updateLink>
  </RDF:Description>
  
  <!-- This description is for the old 1.0 aviary builds. -->
  <RDF:Description RDF:about="urn:mozilla:extension:{31513E58-F253-47ad-86DB-D5F21E905429}:2005060604">
    <em:version>0.0.1.2005060604</em:version>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>1.0</em:minVersion>
        <em:maxVersion>1.0</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.2005060604.xpi</em:updateLink>
      </Description>
    </em:targetApplication>
    
    <!-- Thunderbird updates -->
    <em:targetApplication>
      <Description>
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <em:minVersion>1.0</em:minVersion>
        <em:maxVersion>1.0</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.2005060604.xpi</em:updateLink>
      </Description>
    </em:targetApplication>
     
    <!-- NVU updates -->
    <em:targetApplication>
      <Description>
        <em:id>{136c295a-4a5a-41cf-bf24-5cee526720d5}</em:id>
        <em:minVersion>1.0</em:minVersion>
        <em:maxVersion>1.0</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.2005060604.xpi</em:updateLink>
      </Description>
    </em:targetApplication> 
  </RDF:Description>                                                         

  <!-- This Description describes updates available to the trunk build, version of 
          MinimizeToTray.  Only FF and TB version 1.0+ should stay on should get this verison.
          (format of the targetApplication object is the
          same as for the install.rdf file, with the exception of the
          em:updateLink property, which contains a URL to the updated XPI) 
          -->   
  <RDF:Description RDF:about="urn:mozilla:extension:{31513E58-F253-47ad-86DB-D5F21E905429}:2006020106">
    <em:version>0.0.1.2006020106</em:version>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>1.1</em:minVersion>
        <em:maxVersion>1.6</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.trunk.2006020106.xpi</em:updateLink>
      </Description>
    </em:targetApplication>
    
    <!-- Thunderbird updates -->
   <em:targetApplication>
      <Description>
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <em:minVersion>1.1</em:minVersion>
        <em:maxVersion>1.6</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.trunk.2006020106.xpi</em:updateLink>
      </Description>
    </em:targetApplication>  
        
    <!-- Sunbird updates -->
   <em:targetApplication>
      <Description>
        <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
        <em:minVersion>0.3</em:minVersion>
        <em:maxVersion>0.3</em:maxVersion>
        <em:updateLink>http://downloads.mozdev.org/minimizetotray/minimizetotray/minimizetotray.trunk.2006020106.xpi</em:updateLink>
      </Description>
    </em:targetApplication> 

  </RDF:Description>                                            
  
</RDF:RDF>
