| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wbb.footscript"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>FootScript</packagename> |
|---|
| 6 | <packagedescription>FootScript</packagedescription> |
|---|
| 7 | <version>1.1.0</version> |
|---|
| 8 | <date>2009-08-25</date> |
|---|
| 9 | <plugin>com.woltlab.wbb</plugin> |
|---|
| 10 | <isunique>0</isunique> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | <requiredpackage minversion="2.0.0 RC 1">com.woltlab.wbb</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 26 | <languages languagecode="de">de.xml</languages> |
|---|
| 27 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 28 | <languages languagecode="en">en.xml</languages> |
|---|
| 29 | <languages languagecode="fr">fr.xml</languages> |
|---|
| 30 | <languages languagecode="hr">hr.xml</languages> |
|---|
| 31 | <options>options.xml</options> |
|---|
| 32 | <templatepatch>templates.diff</templatepatch> |
|---|
| 33 | </instructions> |
|---|
| 34 | |
|---|
| 35 | <instructions type="update" fromversion="1.0.2"> |
|---|
| 36 | <files>files.tar</files> |
|---|
| 37 | </instructions> |
|---|
| 38 | |
|---|
| 39 | <instructions type="update" fromversion="1.0.1"> |
|---|
| 40 | <languages languagecode="fr">fr.xml</languages> |
|---|
| 41 | <languages languagecode="hr">hr.xml</languages> |
|---|
| 42 | </instructions> |
|---|
| 43 | |
|---|
| 44 | <instructions type="update" fromversion="1.0.0"> |
|---|
| 45 | <files>files.tar</files> |
|---|
| 46 | <languages languagecode="fr">fr.xml</languages> |
|---|
| 47 | <languages languagecode="hr">hr.xml</languages> |
|---|
| 48 | </instructions> |
|---|
| 49 | </package> |
|---|