forked from barneycg/temars-eve-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-info.xml
69 lines (69 loc) · 3.75 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"?>
<!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>temar:TEA</id>
<name>Temars EVE API</name>
<type>modification</type>
<version>1.3.1 r8</version>
<install for="1.1 - 1.1.99">
<readme type="file">readme.txt</readme>
<readme type="inline" parsebbc="true">[color=red]Error! This mod does not support your version of SMF.[/color]</readme>
</install>
<install>
<readme type="inline" parsebbc="true">This will Install the Temar's EVE API Mod.</readme>
<modification type="file">mod_index.xml</modification>
<modification type="file">mod_admin.xml</modification>
<modification type="file">mod_subs.xml</modification>
<modification type="file">mod_subs_members.xml</modification>
<modification type="file">mod_profile.xml</modification>
<modification type="file">mod_profile_modify.xml</modification>
<modification type="file">mod_register.xml</modification>
<modification type="file">mod_register_template.xml</modification>
<modification type="file">mod_profile_template.xml</modification>
<modification type="file">mod_managepermissions.xml</modification>
<modification type="file">mod_sched_tasks.xml</modification>
<require-file name="TEA.php" destination="$sourcedir" />
<require-file name="TEAC.php" destination="$sourcedir" />
<require-file name="TEA_TS.php" destination="$sourcedir" />
<require-file name="TEA_Jabber.php" destination="$sourcedir" />
<require-file name="TEA_Jabber_OF.php" destination="$sourcedir" />
<require-file name="TEA_SkillDump.php" destination="$sourcedir" />
<require-file name="TEA_Roles.php" destination="$sourcedir" />
<require-file name="TEA.english.php" destination="$languagedir" />
<require-file name="tea.gif" destination="$imagesdir/admin" />
<require-file name="esam_upgrade.php" destination="$boarddir" />
<require-dir name="TEA" destination="$boarddir" />
<require-dir name="TS3_Class" destination="$sourcedir" />
<code>tables.php</code>
<remove-file name="$boarddir/esam_upgrade.php" />
<code>add_schedule.php</code>
</install>
<uninstall>
<readme type="inline">This will uninstall the Temar's EVE API Mod.</readme>
<modification type="file" reverse="true">mod_index.xml</modification>
<modification type="file" reverse="true">mod_admin.xml</modification>
<modification type="file" reverse="true">mod_subs.xml</modification>
<modification type="file" reverse="true">mod_subs_members.xml</modification>
<modification type="file" reverse="true">mod_profile.xml</modification>
<modification type="file" reverse="true">mod_profile_modify.xml</modification>
<modification type="file" reverse="true">mod_register.xml</modification>
<modification type="file" reverse="true">mod_register_template.xml</modification>
<modification type="file" reverse="true">mod_profile_template.xml</modification>
<modification type="file" reverse="true">mod_managepermissions.xml</modification>
<modification type="file" reverse="true">mod_sched_tasks.xml</modification>
<remove-file name="$sourcedir/TEA.php" />
<remove-file name="$sourcedir/TEAC.php" />
<remove-file name="$sourcedir/TEA_TS.php" />
<remove-file name="$sourcedir/TEA_Jabber.php" />
<remove-file name="$sourcedir/TEA_Jabber_OF.php" />
<remove-file name="$boarddir/TEA_xmlhttp.php" />
<remove-file name="$sourcedir/TEA_Roles.php" />
<remove-file name="$sourcedir/TEA_SkillDump.php" />
<remove-file name="$languagedir/TEA.english.php" />
<remove-file name="$imagesdir/admin/tea.gif" />
<remove-file name="$boarddir/esam_upgrade.php" />
<remove-dir name="$boarddir/TEA" />
<remove-dir name="$sourcedir/TS3_Class" />
<code>del_schedule.php</code>
</uninstall>
</package-info>