1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/locales/generic/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +#filter substitution 1.11 +--> 1.12 + 1.13 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.14 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.15 + <Description about="urn:mozilla:install-manifest" 1.16 + em:id="@MOZ_LANGPACK_EID@" 1.17 + em:name="@MOZ_LANG_TITLE@ Language Pack" 1.18 + em:version="@MOZ_APP_VERSION@" 1.19 + em:type="8" 1.20 + em:creator="@MOZ_LANGPACK_CREATOR@"> 1.21 +#ifdef MOZ_LANGPACK_CONTRIBUTORS 1.22 + @MOZ_LANGPACK_CONTRIBUTORS@ 1.23 +#endif 1.24 + 1.25 + <em:targetApplication> 1.26 + <Description> 1.27 + <em:id>{3c2e2abc-06d4-11e1-ac3b-374f68613e61}</em:id> 1.28 + <em:minVersion>@MOZ_APP_VERSION@</em:minVersion> 1.29 + <em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion> 1.30 + </Description> 1.31 + </em:targetApplication> 1.32 + </Description> 1.33 +</RDF>