mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
52 lines
2.0 KiB
XML
52 lines
2.0 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>2.0.*</em:maxVersion>
|
|
#else
|
|
<em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
|
|
<em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
|
|
#endif
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- We only allow installation of Lightning into Firefox for ease of
|
|
- development. You can edit the JS and then click reload in Firefox as
|
|
- opposed to having to restart Thunderbird after each edit. -->
|
|
<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>2.0.*</em:maxVersion>
|
|
#else
|
|
<em:minVersion>@FIREFOX_VERSION@</em:minVersion>
|
|
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
|
#endif
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
|
|
<em:name>Lightning</em:name>
|
|
<em:version>@LIGHTNING_VERSION@</em:version>
|
|
<em:description>An integrated calendar for Thunderbird (build @BUILD_ID@)</em:description>
|
|
<em:creator>Mozilla Calendar Project</em:creator>
|
|
<em:updateURL>http://www.mozilla.org/projects/calendar/lightning/@TARGET_PLATFORM@/update.rdf</em:updateURL>
|
|
<em:homepageURL>http://www.mozilla.org/projects/calendar/releases/lightning@LIGHTNING_VERSION@.html</em:homepageURL>
|
|
<em:iconURL>chrome://calendar/skin/cal-icon32.png</em:iconURL>
|
|
<em:targetPlatform>@TARGET_PLATFORM@</em:targetPlatform>
|
|
</Description>
|
|
</RDF>
|