Mercurial > hg > digilib
comparison xul/locale/en-US/contents.rdf @ 199:49cb8a445126
restarting with version control of xul sidebar/toolbar
author | luginbue |
---|---|
date | Fri, 27 Feb 2004 11:24:53 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
198:c50e0e77d697 | 199:49cb8a445126 |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
4 xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> | |
5 | |
6 <!-- list all the packages being supplied by this jar --> | |
7 <RDF:Seq RDF:about="urn:mozilla:locale:root"> | |
8 <RDF:li RDF:resource="urn:mozilla:locale:en-US"/> | |
9 </RDF:Seq> | |
10 | |
11 <!-- locale information --> | |
12 <RDF:Description RDF:about="urn:mozilla:locale:en-US" | |
13 chrome:displayName="English(US)" | |
14 chrome:author="Daniel Engler:Christian Luginbuehl" | |
15 chrome:name="en-US"> | |
16 <chrome:packages> | |
17 <RDF:Seq RDF:about="urn:mozilla:locale:en-US:packages"> | |
18 <RDF:li RDF:resource="urn:mozilla:locale:en-US:alcatraz"/> | |
19 </RDF:Seq> | |
20 </chrome:packages> | |
21 </RDF:Description> | |
22 | |
23 <!-- Version Information. --> | |
24 <RDF:Description RDF:about="urn:mozilla:locale:en-US:alcatraz" | |
25 chrome:localeVersion="1.0"/> | |
26 </RDF:RDF> |