~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/03_maxversion_override.patch/calendar/timezones/install.rdf

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-30 18:41:41 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120130184141-gp86wjna8126gx8b
Tags: 1.2+build1-0ubuntu0.11.10.1
* New upstream stable release (CALENDAR_1_2_BUILD1)
  - LP: #923372
* Refresh debian/patches/01_no_sunbird.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore
* Drop 03_maxversion_override.patch, as this isn't needed for this release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
#filter substitution
3
 
<!-- ***** BEGIN LICENSE BLOCK *****
4
 
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
5
 
   -
6
 
   - The contents of this file are subject to the Mozilla Public License Version
7
 
   - 1.1 (the "License"); you may not use this file except in compliance with
8
 
   - the License. You may obtain a copy of the License at
9
 
   - http://www.mozilla.org/MPL/
10
 
   -
11
 
   - Software distributed under the License is distributed on an "AS IS" basis,
12
 
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13
 
   - for the specific language governing rights and limitations under the
14
 
   - License.
15
 
   -
16
 
   - The Original Code is Sun Microsystems code.
17
 
   -
18
 
   - The Initial Developer of the Original Code is
19
 
   -   Daniel Boelzle <daniel.boelzle@sun.com>
20
 
   - Portions created by the Initial Developer are Copyright (C) 2008
21
 
   - the Initial Developer. All Rights Reserved.
22
 
   -
23
 
   - Contributor(s):
24
 
   -
25
 
   - Alternatively, the contents of this file may be used under the terms of
26
 
   - either the GNU General Public License Version 2 or later (the "GPL"), or
27
 
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28
 
   - in which case the provisions of the GPL or the LGPL are applicable instead
29
 
   - of those above. If you wish to allow use of your version of this file only
30
 
   - under the terms of either the GPL or the LGPL, and not to allow others to
31
 
   - use your version of this file under the terms of the MPL, indicate your
32
 
   - decision by deleting the provisions above and replace them with the notice
33
 
   - and other provisions required by the LGPL or the GPL. If you do not delete
34
 
   - the provisions above, a recipient may use your version of this file under
35
 
   - the terms of any one of the MPL, the GPL or the LGPL.
36
 
   -
37
 
   - ***** END LICENSE BLOCK ***** -->
38
 
 
39
 
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
40
 
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
41
 
 
42
 
  <Description about="urn:mozilla:install-manifest">
43
 
    <em:id>calendar-timezones@mozilla.org</em:id>
44
 
    <em:version>@TIMEZONES_VERSION@</em:version>
45
 
 
46
 
    <!-- Target Application this extension can install into,
47
 
         with minimum and maximum supported versions. -->
48
 
    <em:targetApplication>
49
 
      <Description>
50
 
        <!-- Sunbird; we define an upper limit, because we come
51
 
             with a top-notch calendar-timezones.xpi on every release -->
52
 
        <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
53
 
        <em:minVersion>0.9</em:minVersion>
54
 
        <em:maxVersion>@CALENDAR_VERSION@</em:maxVersion>
55
 
      </Description>
56
 
    </em:targetApplication>
57
 
    <em:targetApplication>
58
 
      <Description>
59
 
        <!-- Thunderbird -->
60
 
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
61
 
        <em:minVersion>2.0</em:minVersion>
62
 
        <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
63
 
      </Description>
64
 
    </em:targetApplication>
65
 
    <em:targetApplication>
66
 
      <Description>
67
 
        <!-- Seamonkey -->
68
 
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
69
 
        <em:minVersion>2.0</em:minVersion>
70
 
        <em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
71
 
       </Description>
72
 
     </em:targetApplication>
73
 
 
74
 
    <em:name>Timezone Definitions for Mozilla Calendar</em:name>
75
 
    <em:unpack>true</em:unpack>
76
 
    <em:description>Timezone definitions required by Sunbird and Lightning</em:description>
77
 
    <em:creator>Mozilla Calendar Project</em:creator>
78
 
    <em:iconURL>chrome://calendar-timezones/skin/addon-icon32.png</em:iconURL>
79
 
#if 0
80
 
    <em:homepageURL>https://addons.mozilla.org/en-US/thunderbird/addon/xxx todo</em:homepageURL>
81
 
#endif
82
 
  </Description>
83
 
</RDF>