-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-info.xml
40 lines (40 loc) · 2.62 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
<?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>smftricks:RemoveLastEditMod</id>
<name>Remove "Last Edit"</name>
<version>1.3</version>
<type>modification</type>
<install for="2.1 - 2.1.99">
<!-- Mod Readme -->
<readme lang="english" parsebbc="true" type="file">readme.txt</readme>
<!-- License -->
<license type="inline" parsebbc="false">
This Source Code Form is subject to the terms of the General Public
License, v. 3.0. If a copy of the GPL was not distributed with this
file, You can obtain one at https://www.gnu.org/licenses/gpl-3.0.en.html.
</license>
<!-- Theme Files -->
<require-dir name="Language/RemoveLastEdit" destination="$languagedir">Language files</require-dir>
<!-- Source File -->
<require-file name="Sources/Class-RemoveLastEdit.php" destination="$sourcedir">Source file</require-file>
<!-- Hooks -->
<hook hook="integrate_actions" function="RemoveLastEdit::actions#" file="$sourcedir/Class-RemoveLastEdit.php" />
<hook hook="integrate_load_permissions" function="RemoveLastEdit::permissions#" file="$sourcedir/Class-RemoveLastEdit.php" />
<hook hook="integrate_load_illegal_guest_permissions" function="RemoveLastEdit::guest_illegal#" file="$sourcedir/Class-RemoveLastEdit.php" />
<hook hook="integrate_prepare_display_context" function="RemoveLastEdit::display_context#" file="$sourcedir/Class-RemoveLastEdit.php" />
<hook hook="integrate_helpadmin" function="RemoveLastEdit::language#" file="$sourcedir/Class-RemoveLastEdit.php" />
</install>
<uninstall for="2.1 - 2.1.99">
<!-- Hooks -->
<hook hook="integrate_actions" function="RemoveLastEdit::actions#" file="$sourcedir/Class-RemoveLastEdit.php" reverse="true" />
<hook hook="integrate_load_permissions" function="RemoveLastEdit::permissions#" file="$sourcedir/Class-RemoveLastEdit.php" reverse="true" />
<hook hook="integrate_load_illegal_guest_permissions" function="RemoveLastEdit::guest_illegal#" file="$sourcedir/Class-RemoveLastEdit.php" reverse="true" />
<hook hook="integrate_prepare_display_context" function="RemoveLastEdit::display_context#" file="$sourcedir/Class-RemoveLastEdit.php" reverse="true" />
<hook hook="integrate_helpadmin" function="RemoveLastEdit::language#" file="$sourcedir/Class-RemoveLastEdit.php" reverse="true" />
<!-- Source File -->
<remove-file name="$sourcedir/Class-RemoveLastEdit.php">Source file</remove-file>
<!-- Languages -->
<remove-dir name="$languagedir/RemoveLastEdit">Language files</remove-dir>
</uninstall>
</package-info>