|
Revision 1190, 1.5 kB
(checked in by d0nut, 3 years ago)
|
|
finished solr RC 1
|
| 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.wcf.solr"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Solr Search</packagename> |
|---|
| 6 | <packagedescription>Solr powered search client. Solr backend needed!</packagedescription> |
|---|
| 7 | <packagedescription language="de">Das Paket integriert ein Solr Search Interface. Es wird ein zusÀtzlicher Solr Server benötigt.</packagedescription> |
|---|
| 8 | <version>1.0.0 RC 1</version> |
|---|
| 9 | <plugin>com.woltlab.wcf</plugin> |
|---|
| 10 | <isunique>1</isunique> |
|---|
| 11 | <date>DATE</date> |
|---|
| 12 | </packageinformation> |
|---|
| 13 | |
|---|
| 14 | <authorinformation> |
|---|
| 15 | <author>Torben Brodt</author> |
|---|
| 16 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 17 | </authorinformation> |
|---|
| 18 | |
|---|
| 19 | <requiredpackages> |
|---|
| 20 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <!-- files --> |
|---|
| 25 | <files>files.tar</files> |
|---|
| 26 | <templates>templates.tar</templates> |
|---|
| 27 | <acptemplates>acptemplates.tar</acptemplates> |
|---|
| 28 | <sql>install.sql</sql> |
|---|
| 29 | |
|---|
| 30 | <!-- config --> |
|---|
| 31 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 32 | <acpmenu>acpmenu.xml</acpmenu> |
|---|
| 33 | <options>options.xml</options> |
|---|
| 34 | <pagemenu>pagemenu.xml</pagemenu> |
|---|
| 35 | <pagelocation>pagelocation.xml</pagelocation> |
|---|
| 36 | <searchablemessagetypes>smt.xml</searchablemessagetypes> |
|---|
| 37 | |
|---|
| 38 | <!-- languages --> |
|---|
| 39 | <languages languagecode="de">de.xml</languages> |
|---|
| 40 | <languages languagecode="en">en.xml</languages> |
|---|
| 41 | </instructions> |
|---|
| 42 | |
|---|
| 43 | <instructions type="update" fromversion="1.0.0 RC 1"> |
|---|
| 44 | <files>files.tar</files> |
|---|
| 45 | </instructions> |
|---|
| 46 | </package> |
|---|