gecko-dev/mailnews/extensions/palmsync/install.rdf

37 строки
1.3 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">
<!-- make this id as short as possible due to a bug with the palm deskop and long path names.
Change nsPalmSyncSupport.cpp if the id value -->
<em:id>p@m</em:id>
<em:version>@EXTENSION_VERSION@</em:version>
<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>
<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>Palm Sync</em:name>
<em:description>Palm address book synchronization.</em:description>
<em:creator>Team Thunderbird</em:creator>
<em:homepageURL>http://www.mozilla.org/projects/thunderbird/palmsync/</em:homepageURL>
</Description>
</RDF>