|
Revision 29, 1.3 kB
(checked in by d0nut, 6 years ago)
|
|
many, many updates in trackback mod. bis step to 0.0.2
|
| Line | |
|---|
| 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.trackback"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Trackback</packagename> |
|---|
| 6 | <packagedescription>Allow trackback for posts</packagedescription> |
|---|
| 7 | <version>0.0.2</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wbb</plugin> |
|---|
| 10 | </packageinformation> |
|---|
| 11 | |
|---|
| 12 | <authorinformation> |
|---|
| 13 | <author>Torben Brodt</author> |
|---|
| 14 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 15 | </authorinformation> |
|---|
| 16 | |
|---|
| 17 | <requiredpackages> |
|---|
| 18 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 19 | <requiredpackage minversion="3.0.0">com.woltlab.wbb</requiredpackage> |
|---|
| 20 | </requiredpackages> |
|---|
| 21 | |
|---|
| 22 | <optionalpackages> |
|---|
| 23 | <optionalpackage file="optionals/de.easy-coding.wcf.data.page.publicseorewriter.tar.gz">de.easy-coding.wcf.data.page.publicseorewriter</optionalpackage> |
|---|
| 24 | </optionalpackages> |
|---|
| 25 | |
|---|
| 26 | <instructions type="install"> |
|---|
| 27 | <files>files.tar</files> |
|---|
| 28 | <languages languagecode="de">de.xml</languages> |
|---|
| 29 | <languages languagecode="en">en.xml</languages> |
|---|
| 30 | <templates>templates.tar</templates> |
|---|
| 31 | <sql>install.sql</sql> |
|---|
| 32 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 33 | <groupoptions>groupoptions.xml</groupoptions> |
|---|
| 34 | <cronjobs>cronjobs.xml</cronjobs> |
|---|
| 35 | <templatepatch>templates.diff</templatepatch> |
|---|
| 36 | </instructions> |
|---|
| 37 | </package> |
|---|