forked from RouL/Smiley_Pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (33 loc) · 1.57 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="info.codingcorner.wcf.message.smileypages" 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/package.xsd">
<packageinformation>
<packagename>Smiley Pages</packagename>
<packagedescription>This package shows smileys in the wysiwyg editor in pages instead of all smileys at the same time.</packagedescription>
<isunique>1</isunique>
<version>1.0.1</version>
<date>2011-06-07</date>
<plugin>com.woltlab.wcf.form.message</plugin>
</packageinformation>
<authorinformation>
<author>RouL</author>
<authorurl>http://codingcorner.info/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="1.1.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="1.1.0">com.woltlab.wcf.form.message</requiredpackage>
<requiredpackage minversion="1.0.1" file="requirements/info.codingcorner.wcf.js.pagination.tar">info.codingcorner.wcf.js.pagination</requiredpackage>
</requiredpackages>
<instructions type="install">
<languages languagecode="de">de.xml</languages>
<languages languagecode="de-informal">de-informal.xml</languages>
<languages languagecode="en">en.xml</languages>
<options>options.xml</options>
<templates>templates.tar</templates>
<files>files.tar</files>
<templatepatch>templates.diff</templatepatch>
<useroptions>useroptions.xml</useroptions>
</instructions>
<instructions type="update" fromversion="1.0.0">
<files>files.tar</files>
</instructions>
</package>