home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / comm.jar / content / editor / contents.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-17  |  1.2 KB  |  37 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  4.  
  5.   <!-- list all the packages being supplied by this jar -->
  6.   <RDF:Seq about="urn:mozilla:package:root">
  7.     <RDF:li resource="urn:mozilla:package:editor"/>
  8.   </RDF:Seq>
  9.  
  10.   <!-- package information -->
  11.   <RDF:Description about="urn:mozilla:package:editor"
  12.         chrome:displayName="Editor"
  13.         chrome:author="mozilla.org"
  14.         chrome:name="editor"
  15.     chrome:localeVersion="0.9.4"
  16.         chrome:skinVersion="0.9.4">
  17.   </RDF:Description>
  18.   
  19.   <!-- overlay information -->
  20.   <RDF:Seq about="urn:mozilla:overlays">
  21.     <RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
  22.     <RDF:li resource="chrome://communicator/content/pref/pref-appearance.xul"/>
  23.   </RDF:Seq>
  24.  
  25.   <!-- editor preferences branches -->
  26.   <RDF:Seq about="chrome://communicator/content/pref/preftree.xul">
  27.     <RDF:li>chrome://editor/content/editorPrefsOverlay.xul</RDF:li>
  28.   </RDF:Seq>
  29.  
  30.   <!-- editor startup pref -->
  31.   <RDF:Seq about="chrome://communicator/content/pref/pref-appearance.xul">
  32.     <RDF:li>chrome://editor/content/editorPrefsOverlay.xul</RDF:li>
  33.   </RDF:Seq>
  34.  
  35. </RDF:RDF>
  36.  
  37.