browser/locales/generic/install.rdf

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0"?>
     2 <!--
     3 # This Source Code Form is subject to the terms of the Mozilla Public
     4 # License, v. 2.0. If a copy of the MPL was not distributed with this
     5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     7 #filter substitution
     8 -->
    10 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    11      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
    12   <Description about="urn:mozilla:install-manifest"
    13                em:id="@MOZ_LANGPACK_EID@"
    14                em:name="@MOZ_LANG_TITLE@ Language Pack"
    15                em:version="@MOZ_APP_VERSION@"
    16                em:type="8"
    17                em:creator="@MOZ_LANGPACK_CREATOR@">
    18 #ifdef MOZ_LANGPACK_CONTRIBUTORS
    19     @MOZ_LANGPACK_CONTRIBUTORS@
    20 #endif
    22     <em:targetApplication>
    23       <Description>
    24         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
    25         <em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
    26         <em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion>
    27       </Description>
    28     </em:targetApplication>
    29   </Description>
    30 </RDF>

mercurial