-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
39 lines (32 loc) · 1.58 KB
/
package.xml
File metadata and controls
39 lines (32 loc) · 1.58 KB
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" encoding="UTF-8"?>
<package name="be.bastelstu.wcf.faker" 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[Faker]]></packagename>
<packagedescription><![CDATA[Content Faker for WoltLab Community Framework™.]]></packagedescription>
<version>1.0.0 Beta 1</version>
<date>2013-03-20</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.0.0 Alpha 1">com.woltlab.wcf.conversation</requiredpackage>
</requiredpackages>
<optionalpackages>
<optionalpackage file="optionals/be.bastelstu.wbb.faker.tar">be.bastelstu.wbb.faker</optionalpackage>
</optionalpackages>
<instructions type="install">
<instruction type="acpTemplate">acptemplate.tar</instruction>
<instruction type="file">file.tar</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="*">
<instruction type="acpTemplate">acptemplate.tar</instruction>
<instruction type="file">file.tar</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
</package>