source: trunk/thunderbird/funambol/dist/install.rdf @ 187

Last change on this file since 187 was 187, checked in by sebas, 15 years ago

unzipped

File size: 2.3 KB
Line 
1<?xml version="1.0"?>
2
3<!-- Copyright (C) 2003-2007 Funambol
4 - 
5 - This program is free software; you can redistribute it and/or modify
6 - it under the terms of the GNU General Public License as published by
7 - the Free Software Foundation; either version 2 of the License, or
8 - (at your option) any later version.
9 -
10 - This program is distributed in the hope that it will be useful,
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 - GNU General Public License for more details.
14 -
15 - You should have received a copy of the GNU General Public License
16 - along with this program; if not, write to the Free Software
17 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 -
19 -
20 -->
21
22<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
23         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
24
25  <RDF:Description RDF:about="urn:mozilla:install-manifest">
26
27    <em:id>syncmlplugin@funambol.com</em:id>
28    <em:name>Funambol Mozilla Sync Client</em:name>
29    <em:description>Synchronize contacts and calendar with the Funambol server.</em:description>
30    <em:version>0.9.1</em:version>
31    <em:type>2</em:type>
32    <em:creator>Carlo Codega</em:creator>
33    <em:homepageURL>http://www.funambol.com</em:homepageURL>
34    <em:aboutURL>chrome://funambol/content/about-dialog.xul</em:aboutURL>
35    <em:iconURL>chrome://funambol/skin/images/icon_logo.png</em:iconURL>
36    <em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
37
38    <em:file>
39      <RDF:Description RDF:about="urn:mozilla:extension:file:funambol.jar">
40        <em:package>content/funambol/</em:package>
41      </RDF:Description>
42    </em:file>
43   
44        <!-- Mozilla Thunderbird -->
45        <em:targetApplication>
46                <RDF:Description>
47                        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
48                        <em:minVersion>2.0</em:minVersion>
49                        <em:maxVersion>2.0.0.*</em:maxVersion>
50                </RDF:Description>
51        </em:targetApplication>
52   
53        <!-- Mozilla Sunbird -->
54        <em:targetApplication>
55                <RDF:Description>
56                        <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
57                        <em:minVersion>0.9</em:minVersion>
58                        <em:maxVersion>0.9</em:maxVersion>
59                </RDF:Description>
60        </em:targetApplication>
61
62   </RDF:Description>
63</RDF:RDF>
64
Note: See TracBrowser for help on using the repository browser.