-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-info.xml
39 lines (38 loc) · 2.04 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
<?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>albertlast:smf_benchmark</id>
<name>SMF-Benchmark</name>
<version>1.2</version>
<type>modification</type>
<install for="2.1 Beta 3">
<readme type="file" parsebbc="true">readme.txt</readme>
<require-dir name="Themes" destination="$boarddir">Theme files</require-dir>
<require-dir name="Sources/SMFBenchmark" destination="$sourcedir">Source files</require-dir>
<code>installer/installHooks2.1.php</code>
<redirect url="?action=admin;area=maintain;sa=benchmark" type="inline" timeout="2000">Please stand by while you are being redirected to benchmark side.</redirect>
</install>
<uninstall for="2.1 Beta 3">
<code>installer/uninstall2.1.php</code>
<remove-dir name="$sourcedir/SMFBenchmark" />
<remove-file name="$themedir/SMFBenchmark.template.php" />
<remove-file name="$languagedir/SMFBenchmark.english.php" />
<remove-file name="$languagedir/SMFBenchmark.russian.php" />
<remove-file name="$languagedir/SMFBenchmark.russian-utf8.php" />
</uninstall>
<install for="2.1 Beta 4">
<readme type="file" parsebbc="true">readme.txt</readme>
<require-dir name="Themes" destination="$boarddir">Theme files</require-dir>
<require-dir name="Sources/SMFBenchmark" destination="$sourcedir">Source files</require-dir>
<code>installer/installHooks2.1.php</code>
<redirect url="?action=admin;area=maintain;sa=benchmark" type="inline" timeout="2000">Please stand by while you are being redirected to benchmark side.</redirect>
</install>
<uninstall for="2.1 Beta 4">
<code>installer/uninstall2.1.php</code>
<remove-dir name="$sourcedir/SMFBenchmark" />
<remove-file name="$themedir/SMFBenchmark.template.php" />
<remove-file name="$languagedir/SMFBenchmark.english.php" />
<remove-file name="$languagedir/SMFBenchmark.russian.php" />
<remove-file name="$languagedir/SMFBenchmark.russian-utf8.php" />
</uninstall>
</package-info>