-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.xml
69 lines (64 loc) · 3 KB
/
package-info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<!--
/************************************************************************
* package-info.xml *
*************************************************************************
* gCalSync *
* Copyright 2009-2015 Armen Kaleshian <[email protected]> *
* License: GNU GPL (v3 or later). See LICENSE.txt for details. *
* *
* An enhancement for SMF to synchronize forum calendar entries with a *
* Google Calendar. *
* ********************************************************************* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
************************************************************************/
-->
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>kriation:gCalSync</id>
<name>gCalSync</name>
<type>modification</type>
<version>2.0.5</version>
<install for="2.0.*">
<readme type="file">read.me</readme>
<code type="file">gCalSync-install.php</code>
<modification>gCalSync.xml</modification>
<require-dir name="google-api" destination="$sourcedir" />
<require-file name="gCalSync.php" destination="$sourcedir" />
<require-file name="gCalSync-admin.php" destination="$sourcedir" />
<require-file name="gCalSync.english.php" destination="$languagedir" />
<require-file name="gCalSync.english-utf8.php" destination="$languagedir" />
<require-file name="gCalSync.json" destination="$sourcedir" />
</install>
<uninstall for="2.0.*">
<code type="file">gCalSync-uninstall.php</code>
<modification reverse="true">gCalSync.xml</modification>
<remove-file name="$sourcedir/gCalSync.json" />
<remove-file name="$languagedir/gCalSync.english-utf8.php" />
<remove-file name="$languagedir/gCalSync.english.php" />
<remove-file name="$sourcedir/gCalSync-admin.php" />
<remove-file name="$sourcedir/gCalSync.php" />
<remove-dir name="$sourcedir/google-api" />
</uninstall>
<upgrade from="2.0.0-2.0.1">
<require-file name="gCalSync.php" destination="$sourcedir" />
</upgrade>
<upgrade from="2.0.2-2.0.3">
<code type="inline"><?php return 1; ?></code>
</upgrade>
<upgrade from="2.0.4">
<modification>2.0.4-2.0.5.xml</modification>
<require-file name="gCalSync.php" destination="$sourcedir" />
</upgrade>
</package-info>