view xul/skin/contents.rdf @ 293:126684ac4a37

Servlet version 1.5.0b -- 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
author robcast
date Sun, 24 Oct 2004 20:23:49 +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#">
 
  <RDF:Seq RDF:about="urn:mozilla:skin:root">
    <RDF:li RDF:resource="urn:mozilla:skin:classic/1.0" />
  </RDF:Seq>

  <RDF:Description RDF:about="urn:mozilla:skin:classic/1.0">
    <chrome:packages>
      <RDF:Seq RDF:about="urn:mozilla:skin:classic/1.0:packages">
        <RDF:li RDF:resource="urn:mozilla:skin:classic/1.0:alcatraz" />
      </RDF:Seq>
    </chrome:packages>
  </RDF:Description>
</RDF:RDF>