Skip to content

Commit e5f3e8a

Browse files
committed
package information
1 parent 7713f21 commit e5f3e8a

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

package.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<package name="de.mysterycode.wcf.formbuilder.extension" 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/hurricane/package.xsd">
3+
<packageinformation>
4+
<packagename><![CDATA[Form Builder: Extension]]></packagename>
5+
<packagedescription><![CDATA[Extension for the form builder API provided by WoltLab Suite Core 5.2+]]></packagedescription>
6+
7+
<version><![CDATA[1.0.0 Alpha 1]]></version>
8+
<date><![CDATA[2019-11-09]]></date>
9+
</packageinformation>
10+
11+
<compatibility>
12+
<api version="2019" />
13+
</compatibility>
14+
15+
<requiredpackages>
16+
<requiredpackage minversion="5.2.0 Beta 2"><![CDATA[com.woltlab.wcf]]></requiredpackage>
17+
</requiredpackages>
18+
19+
<authorinformation>
20+
<author><![CDATA[Florian Gail]]></author>
21+
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
22+
</authorinformation>
23+
24+
<instructions type="install">
25+
<instruction type="acpTemplate" />
26+
<instruction type="file" />
27+
<instruction type="template" />
28+
29+
<instruction type="language" />
30+
</instructions>
31+
32+
<instructions type="update" fromversion="1.0.0 Alpha *">
33+
<instruction type="acpTemplate" />
34+
<instruction type="file" />
35+
<instruction type="template" />
36+
37+
<instruction type="language" />
38+
</instructions>
39+
</package>

0 commit comments

Comments
 (0)