view xul/locale/en-US/contents.rdf @ 260:46fc3f0bd7c2

Servlet version 1.21b1 - directory indexing got faster but less safe (configurable by "safe-dir-index") - mo=rawfile supplies filename - DigilibConfig takes File parameters - some SerialVersionUIDs (suggested by Eclipse)
author robcast
date Mon, 11 Oct 2004 21:23:00 +0200
parents bf945fcf9105
children
line wrap: on
line source

<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">

  <!-- list all the packages being supplied by this jar -->
  <RDF:Seq RDF:about="urn:mozilla:locale:root">
    <RDF:li RDF:resource="urn:mozilla:locale:en-US"/>
  </RDF:Seq>

  <!-- locale information -->
  <RDF:Description RDF:about="urn:mozilla:locale:en-US"
        chrome:displayName="English(US)"
        chrome:author="Daniel Engler:Christian Luginbuehl"
        chrome:name="en-US">
    <chrome:packages>
      <RDF:Seq RDF:about="urn:mozilla:locale:en-US:packages">
        <RDF:li RDF:resource="urn:mozilla:locale:en-US:alcatraz"/>
      </RDF:Seq>
    </chrome:packages>
  </RDF:Description>

  <!-- Version Information. -->
  <RDF:Description RDF:about="urn:mozilla:locale:en-US:alcatraz"
        chrome:localeVersion="1.0"/>
</RDF:RDF>