|
Revision 807, 1.8 kB
(checked in by d0nut, 4 years ago)
|
|
wcf.publicseorewriter is dead
|
| 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.sitemaps"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename><![CDATA[Sitemaps for WBB]]></packagename> |
|---|
| 6 | <packagename language="de"><![CDATA[Sitemaps fÃŒr WBB]]></packagename> |
|---|
| 7 | <packagename language="fr"><![CDATA[Sitemaps pour WBB]]></packagename> |
|---|
| 8 | <packagedescription><![CDATA[XML Sitemaps for Woltlab Burning Board.]]></packagedescription> |
|---|
| 9 | <packagedescription language="de"><![CDATA[XML Sitemaps fÃŒr Woltlab Burning Board.]]></packagedescription> |
|---|
| 10 | <packagedescription language="fr"><![CDATA[Sitemaps XML pour Woltlab Burning Board]]></packagedescription> |
|---|
| 11 | <version>1.2.3</version> |
|---|
| 12 | <date>DATE</date> |
|---|
| 13 | <plugin>com.woltlab.wbb</plugin> |
|---|
| 14 | <isunique>0</isunique> |
|---|
| 15 | </packageinformation> |
|---|
| 16 | |
|---|
| 17 | <authorinformation> |
|---|
| 18 | <author>Torben Brodt</author> |
|---|
| 19 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 20 | </authorinformation> |
|---|
| 21 | |
|---|
| 22 | <requiredpackages> |
|---|
| 23 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 24 | <requiredpackage minversion="2.0.0">com.woltlab.wbb</requiredpackage> |
|---|
| 25 | <requiredpackage minversion="1.2.0">de.easy-coding.wcf.sitemaps</requiredpackage> |
|---|
| 26 | <requiredpackage minversion="1.0.0">de.easy-coding.wbb.publicseorewriter</requiredpackage> |
|---|
| 27 | </requiredpackages> |
|---|
| 28 | |
|---|
| 29 | <instructions type="install"> |
|---|
| 30 | <files>files.tar</files> |
|---|
| 31 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 32 | </instructions> |
|---|
| 33 | |
|---|
| 34 | <instructions type="update" fromversion="1.2.2"> |
|---|
| 35 | <files>files.tar</files> |
|---|
| 36 | </instructions> |
|---|
| 37 | |
|---|
| 38 | <instructions type="update" fromversion="1.2.1"> |
|---|
| 39 | <files>files.tar</files> |
|---|
| 40 | </instructions> |
|---|
| 41 | |
|---|
| 42 | <instructions type="update" fromversion="1.0.1"> |
|---|
| 43 | <files>files.tar</files> |
|---|
| 44 | </instructions> |
|---|
| 45 | |
|---|
| 46 | <instructions type="update" fromversion="1.0.0"> |
|---|
| 47 | <files>files.tar</files> |
|---|
| 48 | </instructions> |
|---|
| 49 | </package> |
|---|