Changeset 2205

Show
Ignore:
Timestamp:
2006-03-20 16:28:05 (3 years ago)
Author:
cchiu
Message:

Fixed Updates.rdf file for syntax errors and duplicate fields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AnnodexFirefoxExtension/trunk/Installer/updates.rdf

    r2203 r2205  
    3434      </RDF:Seq> 
    3535    </em:updates> 
     36  </RDF:Description> 
     37 
     38  <RDF:Description about="urn:mozilla:extension:{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}:0.6.0">   
    3639    <!-- Firefox 0.9 version support for updates --> 
    3740    <em:version>0.6.0</em:version> 
    38     <!-- Update plugin link location --> 
    39     <em:updateLink>http://www.annodex.net/software/AnnodexFirefoxExtension/AnnodexViewer-Core.xpi</em:updateLink> 
    40     <!-- End Update plugin link location --> 
    41   </RDF:Description> 
    42    
    43   <!-- This Description describes updates available to new version of Annodex Viewer -->  
    44   <RDF:Description about="urn:mozilla:extension:{B5C4CC1F-7FE4-45db-ABB2-D8EB25E5FBD9}:0.6.0"> 
    45     <em:version>0.6.0</em:version> 
    46     <!-- target Firefox --> 
     41    <!-- Target Application of Extension: Firefox Browser --> 
    4742    <em:targetApplication> 
    48       <Description> 
     43      <RDF:Description> 
    4944        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 
    5045        <em:minVersion>0.9</em:minVersion> 
    51         <em:maxVersion>1.6.*</em:maxVersion> 
     46        <em:maxVersion>1.6+</em:maxVersion> 
    5247        <!-- Update plugin link location --> 
    5348        <em:updateLink>http://www.annodex.net/software/AnnodexFirefoxExtension/AnnodexViewer-Core.xpi</em:updateLink> 
    5449        <!-- End Update plugin link location --> 
    55       </Description> 
     50      </RDF:Description> 
    5651    </em:targetApplication> 
    5752  </RDF:Description>