gecko-dev/calendar/lightning/install.rdf

54 строки
1.8 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">
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<!-- thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
#ifdef MOZILLA_1_8_BRANCH
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>1.5.0.*</em:maxVersion>
#else
<em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
<em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
#endif
</Description>
</em:targetApplication>
<!-- Temporarily turned off for 0.1 release -->
#ifdef FIREFOX_SUPPORT
<em:targetApplication>
<Description>
<!-- firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
#ifdef MOZILLA_1_8_BRANCH
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>1.5.0.*</em:maxVersion>
#else
<em:minVersion>@FIREFOX_VERSION@</em:minVersion>
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
#endif
</Description>
</em:targetApplication>
#endif
<em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
<em:name>Lightning</em:name>
<em:version>0.1</em:version>
<em:description>An experimental calendar extension (build @MOZ_BUILD_DATE@)</em:description>
<em:creator>Mozilla Calendar Squad</em:creator>
<em:updateURL>http://www.mozilla.org/projects/calendar/lightning/@TARGET_PLATFORM@/update.rdf</em:updateURL>
<em:homepageURL>http://wiki.mozilla.org/Calendar:Lightning:0.1:Release_Notes</em:homepageURL>
<em:targetPlatform>@TARGET_PLATFORM@</em:targetPlatform>
</Description>
</RDF>