gecko-dev/extensions/xforms/install.rdf

44 строки
1.4 KiB
XML

<?xml version="1.0"?>
#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>@ID@</em:id>
<em:version>@PACKAGE_VERSION@</em:version>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>@FIREFOX_VERSION@</em:minVersion>
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Mozilla -->
<Description>
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
<em:minVersion>@MOZILLA_VERSION_U@</em:minVersion>
<em:maxVersion>@MOZILLA_VERSION_U@</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>@SEAMONKEY_VERSION@</em:minVersion>
<em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Mozilla XForms</em:name>
<em:description>XForms support for Mozilla (Gecko v@MOZILLA_VERSION_U@ - @BUILD_ID@)</em:description>
<em:homepageURL>http://www.mozilla.org/projects/xforms/</em:homepageURL>
</Description>
</RDF>