2004-11-30 11:23:02 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-11-30 11:23:02 +03:00
|
|
|
|
|
|
|
#filter substitution
|
|
|
|
-->
|
|
|
|
|
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
<Description about="urn:mozilla:install-manifest"
|
|
|
|
em:id="@MOZ_LANGPACK_EID@"
|
|
|
|
em:name="@MOZ_LANG_TITLE@ Language Pack"
|
2005-07-19 19:31:14 +04:00
|
|
|
em:version="@MOZ_APP_VERSION@"
|
2005-09-16 16:25:54 +04:00
|
|
|
em:type="8"
|
2004-11-30 11:23:02 +03:00
|
|
|
em:creator="@MOZ_LANGPACK_CREATOR@">
|
|
|
|
#ifdef MOZ_LANGPACK_CONTRIBUTORS
|
|
|
|
@MOZ_LANGPACK_CONTRIBUTORS@
|
|
|
|
#endif
|
|
|
|
|
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
2005-09-16 16:25:54 +04:00
|
|
|
<em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
|
2012-04-23 17:09:41 +04:00
|
|
|
<em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion>
|
2004-11-30 11:23:02 +03:00
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
|
|
|
</Description>
|
|
|
|
</RDF>
|