home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 August / PCpro_2005_08.ISO / files / firefox / editcss0.3.1.xpi / chrome / editcss.jar / content / editcss / contents.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-17  |  1.3 KB  |  36 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:editcss"/>
  8.   </RDF:Seq>
  9.  
  10.   <!-- package information -->
  11.   <RDF:Description about="urn:mozilla:package:editcss"
  12.         chrome:displayName="editCSS 0.3.1 - 20041217"
  13.         chrome:author="Pascal Guimier"
  14.         chrome:authorURL="http://editcss.mozdev.org"
  15.         chrome:name="editcss"
  16.         chrome:description="Stylesheet modifier in the Sidebar."
  17.         chrome:extension="true">
  18.   </RDF:Description>
  19.  
  20.   <!-- overlay information -->
  21.   <RDF:Seq about="urn:mozilla:overlays">
  22.     <!-- Firefox -->
  23.     <RDF:li resource="chrome://browser/content/browser.xul" />
  24.     <!-- Mozilla -->
  25.     <RDF:li resource="chrome://navigator/content/navigatorOverlay.xul"/>
  26.   </RDF:Seq>
  27.  
  28.   <!-- Firefox -->
  29.   <RDF:Seq about="chrome://browser/content/browser.xul">
  30.     <RDF:li>chrome://editcss/content/editcssExtensionsOverlay.xul</RDF:li>
  31.   </RDF:Seq>  
  32.   <!-- Mozilla -->
  33.   <RDF:Seq about="chrome://navigator/content/navigatorOverlay.xul">
  34.     <RDF:li>chrome://editcss/content/editcssExtensionsOverlay.xul</RDF:li>
  35.   </RDF:Seq>    
  36. </RDF:RDF>