view xul/locale/en-US/contents.rdf @ 306:9e4d3608fb71

Servlet version 1.5.1b -- the beginning of the next generation :-) - code restructuring to improve scaleability - new Initialiser servlet that must be run first - image transformation work moved to DigilibImageWorker class - Maximum number of concurrent threads limited by Semaphore - old JIMI toolkit implementation removed - new option "mo=jpg" to force sending JPEGs
author robcast
date Sun, 24 Oct 2004 23:12:56 +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>