-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
executable file
·31 lines (27 loc) · 1.44 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.jacboy.wcf.flickrprofilefield" 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[Flickr Profilefield]]></packagename>
<packagedescription><![CDATA[Creates a profilefield for Flickr.]]></packagedescription>
<packagedescription language="de"><![CDATA[Erstellt ein Profilfeld für Flickr]]></packagedescription>
<version>2.0.0</version>
<date>2018-01-15</date>
</packageinformation>
<authorinformation>
<author>Jay</author>
<authorurl>https://jakoblicina.com/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="userOption">userOption.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.2">
<instruction type="file">files.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="userOption">userOption.xml</instruction>
</instructions>
</package>