Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>{3c2e2abc-06d4-11e1-ac3b-374f68613e61}</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>