bsmedberg%covad.net 2900d07672 Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase
git-svn-id: svn://10.0.0.236/trunk@177871 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 19:28:01 +00:00

44 lines
1.5 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>reporter@mozilla.org</em:id>
<em:version>@EXTENSION_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>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
<em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<!-- EXTENSION AUTHORS!
DO NOT COPY THIS PROPERTY INTO YOUR INSTALL RDF FILES
It will cause users not to be informed of incompatibilities
with your extension when they are updated with Software Update
and your extension will become unavailable to them!
-->
<em:appManaged>true</em:appManaged>
<!-- front-end metadata -->
<em:name>Reporter</em:name>
<em:description>Report a broken web site.</em:description>
<em:creator>mozilla.org</em:creator>
<em:homepageURL>http://reporter.mozilla.org/</em:homepageURL>
</Description>
</RDF>