home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / del / regetdx.exe / RCDATA / CABINET / reget.jar / content / reget / contents.rdf next >
Extensible Markup Language  |  2003-06-04  |  3KB  |  68 lines

  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is ReGet Plugin for Mozilla.
  16.    -
  17.    - The Initial Developer of the Original Code is Marek Wawoczny.
  18.    - Portions created by the Initial Developer are Copyright (C) 2002
  19.    - the Initial Developer. All Rights Reserved.
  20.    -
  21.    - Contributor(s):
  22.    - Marek Wawoczny (GmbH@MozillaPL.org)
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  26.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.    - in which case the provisions of the GPL or the LGPL are applicable instead
  28.    - of those above. If you wish to allow use of your version of this file only
  29.    - under the terms of either the GPL or the LGPL, and not to allow others to
  30.    - use your version of this file under the terms of the MPL, indicate your
  31.    - decision by deleting the provisions above and replace them with the notice
  32.    - and other provisions required by the LGPL or the GPL. If you do not delete
  33.    - the provisions above, a recipient may use your version of this file under
  34.    - the terms of any one of the MPL, the GPL or the LGPL.
  35.    -
  36.    - ***** END LICENSE BLOCK ***** -->
  37.  
  38. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  39.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  40.  
  41.   <RDF:Seq about="urn:mozilla:package:root">
  42.     <RDF:li resource="urn:mozilla:package:reget"/>
  43.   </RDF:Seq>
  44.  
  45.   <RDF:Description about="urn:mozilla:package:reget"
  46.         chrome:displayName="ReGet Plugin for Mozilla"
  47.         chrome:author="Marek Wawoczny" 
  48.         chrome:name="reget"
  49.         chrome:authorURL="http://mozillapl.org/"
  50.         chrome:extension="true"
  51.         chrome:description="ReGet Plugin for Mozilla">
  52.   </RDF:Description>
  53.  
  54.   <RDF:Seq about="urn:mozilla:overlays">
  55.     <RDF:li resource="chrome://communicator/content/contentAreaContextOverlay.xul"/>
  56.     <RDF:li resource="chrome://browser/content/browser.xul"/>
  57.   </RDF:Seq>
  58.  
  59.   <RDF:Seq about="chrome://communicator/content/contentAreaContextOverlay.xul">
  60.     <RDF:li>chrome://reget/content/rgt-ovr.xul</RDF:li>
  61.   </RDF:Seq>
  62.  
  63.   <RDF:Seq about="chrome://browser/content/browser.xul">
  64.     <RDF:li>chrome://reget/content/rgt-ovr.xul</RDF:li>
  65.   </RDF:Seq> 
  66.  
  67. </RDF:RDF>
  68.