-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
21 lines (21 loc) · 977 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.j0sh.socialclub" 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>Socialclub Profile</packagename>
<packagedescription><![CDATA[Socialclub Profile]]></packagedescription>
<version>1.0.0</version>
<date>2014-06-16</date>
</packageinformation>
<authorinformation>
<author>Joshua Dehler</author>
<authorurl>https://github.com/Joshua1337</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0 Beta 1">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files/files.tar</instruction>
<instruction type="userOption">files/userOption.xml</instruction>
<instruction type="language">files/language/*.xml</instruction>
</instructions>
</package>