-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
58 lines (51 loc) · 2.66 KB
/
package.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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.hg-202.trackback" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename><![CDATA[Trackback]]></packagename>
<packagedescription><![CDATA[A Trackback-system.]]></packagedescription>
<packagedescription language="de"><![CDATA[Ein Trackback-System.]]></packagedescription>
<version>1.0.0 Alpha 1</version>
<date>2014-09-08</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Joshua Rüsweg]]></author>
<authorurl><![CDATA[http://hg-202.com]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.1.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.0.0" file="requirements/be.bastelstu.josh.xmlrpc.tar">be.bastelstu.josh.xmlrpc</requiredpackage>
</requiredpackages>
<instructions type="install">
<!-- files -->
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<!-- xml -->
<instruction type="language">language/*.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<!-- sql -->
<instruction type="sql">install.sql</instruction>
</instructions>
<!-- alpha update instructions, simply always update everything except sql -->
<instructions type="update" fromversion = "*">
<!-- files -->
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<!-- xml -->
<instruction type="language">language/*.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="cronjob">cronjob.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
</instructions>
</package>