This package was debianized by Samuel Mimram on Wed, 10 Dec 2003 11:48:10 +0100. It was downloaded from http://lcd4linux.sourceforge.net/ Upstream Author: Michael Reinelt Copyright: 1992, 1999-2004 The LCD4Linux Development Team Michael Reinelt Herbert Rosmanith Leopold Tötsch Axel Ehnert Andrew Ip Robin Adams, Adams IT Services Xavier Vello Martin Hejl (martin@hejl.de) Jesse Brook Kovach Nico Wallmeier Luis Correia Patrick Schemitz Andy Baxter Thomas Siedentopf Markus Keil Samuel Mimram Mark Morley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL'. =v1.40&id=2ee52353691bac709bf14ccfa88c90856e9a7439'>treecommitdiffstats
blob: 7ee80a2aa8fe542af313438c9c22e86b42f77ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 about="urn:mozilla:locale:root">
    <RDF:li resource="urn:mozilla:locale:fr-FR"/>
  </RDF:Seq>

  <!-- locale information -->
  <RDF:Description about="urn:mozilla:locale:fr-FR">
    <chrome:packages>
      <RDF:Seq about="urn:mozilla:locale:fr-FR:packages">
        <RDF:li resource="urn:mozilla:locale:fr-FR:mproxy"/>
      </RDF:Seq>
    </chrome:packages>
  </RDF:Description>
</RDF:RDF>