home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / mozapps / contents.rdf
Extensible Markup Language  |  2005-07-29  |  790b  |  24 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:skin:root">
  7.     <RDF:li resource="urn:mozilla:skin:fusion/1.0"/>
  8.   </RDF:Seq>
  9.  
  10.   <!-- package information -->
  11.   <RDF:Description about="urn:mozilla:skin:fusion/1.0">
  12.     <chrome:packages>
  13.       <RDF:Seq about="urn:mozilla:skin:fusion/1.0:packages">
  14.         <RDF:li resource="urn:mozilla:skin:fusion/1.0:mozapps"/>
  15.       </RDF:Seq>
  16.     </chrome:packages>
  17.   </RDF:Description>
  18.  
  19.   <!-- Version Information. -->
  20.   <RDF:Description about="urn:mozilla:skin:fusion/1.0:mozapps"
  21.                    chrome:skinVersion="1.5"/>
  22.  
  23. </RDF:RDF>
  24.