<?xml version="1.0"?>

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   -
   - The Original Code is LibX Firefox Extension.
   -
   - The Initial Developer of the Original Code is Annette Bailey (libx.org@gmail.com).
   - Portions created by the Initial Developer are Copyright (C) 2005
   - the Initial Developer and Virginia Tech. All Rights Reserved.
   -
   - Contributor(s): Godmar Back (godmar@gmail.com)
   -                 Richard Karnesky (karnesky@gmail.com)
   -
   - ***** END LICENSE BLOCK ***** -->

<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	 xmlns="http://www.mozilla.org/2004/em-rdf#"> 
<r:Description about="urn:mozilla:extension:{d75de36c-af0d-4dc2-b63a-0d482d4b9815}"> 
<updates> 
   <r:Seq> 
     <r:li> 
       <r:Description> 
         <version>1.2.1</version> 
         <!-- Firefox (tested) -->
         <targetApplication>
           <r:Description>
             <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
             <minVersion>1.0</minVersion>
             <maxVersion>2.0.*</maxVersion>
             <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
           </r:Description>
         </targetApplication>

         <!-- Flock (untested) -->
         <targetApplication>
           <r:Description>
             <id>{a463f10c-3994-11da-9945-000d60ca027b}</id>
             <minVersion>0.4</minVersion>
             <maxVersion>0.9.*</maxVersion>
             <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
           </r:Description>
         </targetApplication>        

         <!-- Mozilla Suite (untested) -->
         <targetApplication>
           <r:Description>
             <id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</id>
             <minVersion>1.7</minVersion>
             <maxVersion>1.7.*</maxVersion>
             <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
           </r:Description>
         </targetApplication>

         <!-- Netscape (untested) -->
         <targetApplication>
           <r:Description>
             <id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</id>
             <minVersion>8.0</minVersion>
             <maxVersion>9.0.*</maxVersion>
             <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
           </r:Description>
         </targetApplication>

         <!-- SeaMonkey (tested) -->
         <targetApplication>
           <r:Description>
             <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id>
             <maxVersion>1.0</maxVersion>
             <minVersion>1.1.*</minVersion>
             <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
           </r:Description>
         </targetApplication>
       </r:Description> 
     </r:li> 
   </r:Seq> 
 </updates> 
 <version>1.2.1</version> 
 <updateLink>http://www.libx.org/editions/E4/F3/E4F35DA1/libx-E4F35DA1.xpi</updateLink> 
</r:Description> 
</r:RDF>

