forked from butch2k/SMF-ILA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-info.xml
40 lines (38 loc) · 1.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
<?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/">
<name>InLine Attachments</name>
<id>spuds:ILA</id>
<version>1.2.1</version>
<type>modification</type>
<license><![CDATA[
/**
* InLine Attachments
*
* @license MPL 1.1 http://mozilla.org/MPL/1.1/
*
* @version 1.1
*/
]]></license>
<install for="2.0 - 2.0.99">
<database>add_settings.php</database>
<modification>install-2.0.xml</modification>
<readme type="file" parsebbc="true">readme.txt</readme>
<require-file name="ILA-Subs.php" destination="$sourcedir">ILA Main program</require-file>
<require-file name="ILA_integration.php" destination="$sourcedir">ILA Integration functions</require-file>
<require-file name="ila.js" destination="$themedir/scripts">Small javascript support file</require-file>
<code>add_remove_hooks.php</code>
<modification>language.xml</modification>
<modification>language-utf8.xml</modification>
<redirect url="index.php?action=admin;area=modsettings;sa=ila" timeout="5000">redirect.txt</redirect>
</install>
<uninstall for="2.0 - 2.0.99">
<code>add_remove_hooks.php</code>
<modification reverse="true">install-2.0.xml</modification>
<modification reverse="true">language.xml</modification>
<modification reverse="true">language-utf8.xml</modification>
<remove-file name="$sourcedir/ILA-Subs.php" />
<remove-file name="$sourcedir/ILA_integration.php" />
<remove-file name="$themedir/scripts/ila.js" />
</uninstall>
</package-info>