home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / Chrome / pippki.jar / content / pippki / contents.rdf < prev    next >
Extensible Markup Language  |  2001-05-05  |  2KB  |  55 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3.    - The contents of this file are subject to the Mozilla Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/MPL/
  7.    - 
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    - 
  13.    - The Original Code is mozilla.org code.
  14.    - 
  15.    - The Initial Developer of the Original Code is Netscape
  16.    - Communications Corp.  Portions created by Netscape are
  17.    - Copyright (C) 2001 Netscape Communications Corp.  All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s):
  21.    -   Terry Hayes <thayes@netscape.com>
  22.   -->
  23.  
  24. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  25.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  26.  
  27.   <!-- list all the packages being supplied by this jar -->
  28.   <RDF:Seq about="urn:mozilla:package:root">
  29.     <RDF:li resource="urn:mozilla:package:pippki"/>
  30.   </RDF:Seq>
  31.  
  32.   <!-- package information -->
  33.   <RDF:Description about="urn:mozilla:package:pippki"
  34.         chrome:displayName="pippki"
  35.         chrome:author="PSM Team"
  36.         chrome:name="pippki">
  37.   </RDF:Description>
  38.  
  39.   <!-- Declare overlay points used in this package -->
  40.   <RDF:Seq about="urn:mozilla:overlays">
  41.     <RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
  42.     <RDF:li resource="chrome://navigator/content/pageInfo.xul"/>
  43.   </RDF:Seq>
  44.  
  45.   <!-- Define the local overlay file(s) for each overlay point -->
  46.   <RDF:Seq about="chrome://communicator/content/pref/preftree.xul">
  47.     <RDF:li>chrome://pippki/content/PrefOverlay.xul</RDF:li>
  48.   </RDF:Seq>
  49.   <RDF:Seq about="chrome://navigator/content/pageInfo.xul">
  50.     <RDF:li>chrome://pippki/content/PageInfoOverlay.xul</RDF:li>
  51.   </RDF:Seq>
  52.  
  53. </RDF:RDF>  
  54.  
  55.