mobile/android/locales/generic/install.rdf

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
equal deleted inserted replaced
-1:000000000000 0:7e198993147a
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/.
6
7 #filter substitution
8 -->
9
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
21
22 <em:targetApplication>
23 <Description>
24 <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</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