-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-info.xml
60 lines (58 loc) · 3.58 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
<?xml version="1.0"?>
<!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>Suki:breeze</id>
<name>Breeze</name>
<version>2.0</version>
<type>modification</type>
<install for="2.1 - 2.1.99">
<readme>README.md</readme>
<license type="inline" parsebbc="false">
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
</license>
<credits url="https://missallsunday.com" license="MPL 2.0" copyright="Michel Mendiola" licenseurl="https://www.mozilla.org/MPL/2.0/">
Breeze mod
</credits>
<code>installCheck.php</code>
<database>install.php</database>
<require-dir name="Themes" destination="$boarddir">Theme files</require-dir>
<require-dir name="breezeVendor" destination="$boarddir">Dependencies files</require-dir>
<require-dir name="Sources/Breeze" destination="$sourcedir">Source files</require-dir>
<require-dir name="tasks" destination="$sourcedir">Notification tasks</require-dir>
<hook hook="integrate_pre_include" file="$boarddir/breezeVendor/autoload.php" />
<hook hook="integrate_menu_buttons" function="\Breeze\Breeze::menu#" />
<hook hook="integrate_actions" function="\Breeze\Breeze::actions#" />
<hook hook="integrate_load_permissions" function="\Breeze\Breeze::permissionsWrapper#" />
<hook hook="integrate_admin_areas" function="\Breeze\Breeze::adminMenuWrapper#" />
<hook hook="integrate_profile_popup" function="\Breeze\Breeze::profilePopUpWrapper#" />
<hook hook="integrate_alert_types" function="\Breeze\Breeze::alertsPrefWrapper#" />
<hook hook="integrate_pre_profile_areas" function="\Breeze\Breeze::profileMenuWrapper#" />
<redirect url="$scripturl?action=admin;area=breezeAdmin;sa=general" timeout="3000">redirect.txt</redirect>
</install>
<uninstall for="2.1 - 2.1.99">
<hook hook="integrate_pre_include" file="$boarddir/breezeVendor/autoload.php" reverse="true" />
<hook hook="integrate_menu_buttons" function="\Breeze\Breeze::menu#" reverse="true" />
<hook hook="integrate_actions" function="\Breeze\Breeze::actions#" reverse="true" />
<hook hook="integrate_load_permissions" function="\Breeze\Breeze::permissionsWrapper#" reverse="true" />
<hook hook="integrate_admin_areas" function="\Breeze\Breeze::adminMenuWrapper#" reverse="true" />
<hook hook="integrate_profile_popup" function="\Breeze\Breeze::profilePopUpWrapper#" reverse="true" />
<hook hook="integrate_alert_types" function="\Breeze\Breeze::alertsPrefWrapper#" reverse="true" />
<hook hook="integrate_pre_profile_areas" function="\Breeze\Breeze::profileMenuWrapper#" reverse="true" />
<database>install.php</database>
<remove-dir name="$sourcedir/Breeze" />
<remove-dir name="$boarddir/breezeVendor" />
<remove-file name="$sourcedir/tasks/Breeze-Notify.php" />
<remove-file name="$themedir/Breeze.template.php" />
<remove-file name="$themedir/BreezeAdmin.template.php" />
<remove-file name="$themedir/BreezeBlocks.template.php" />
<remove-file name="$themedir/BreezeFunctions.template.php" />
<remove-file name="$themedir/css/breeze.css" />
<remove-dir name="$themedir/scripts/breezeComponents" />
<remove-file name="$languagedir/Breeze.english.php" />
<remove-file name="$languagedir/BreezeAlerts.english.php" />
<remove-file name="$languagedir/BreezePermissions.english.php" />
<remove-file name="$languagedir/BreezeAdmin.english.php" />
</uninstall>
</package-info>