This is just some static backup of the original site, don't expect every link to work!

source: locale/en-US/contents.rdf @ 184c6c

ng_0.9
Last change on this file since 184c6c was 184c6c, checked in by rene <rene@…>, 11 years ago

rearranged tree structure / added build-script

  • Property mode set to 100644
File size: 722 bytes
Line 
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:locale:root">
7    <RDF:li resource="urn:mozilla:locale:en-US"/>
8  </RDF:Seq>
9
10  <!-- locale information -->
11  <RDF:Description about="urn:mozilla:locale:en-US"
12        chrome:displayName="English (US)"
13        chrome:author="Rene Ejury"
14        chrome:name="en-US">
15    <chrome:packages>
16      <RDF:Seq about="urn:mozilla:locale:en-US:packages">
17        <RDF:li resource="urn:mozilla:locale:en-US:v_identity"/>
18      </RDF:Seq>
19    </chrome:packages>
20  </RDF:Description>
21
22</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.