root/g-map/optionals/de.easy-coding.wcf.map.custominput/package.xml @ 1368

Revision 1368, 1.3 kB (checked in by Torben Brodt, 2 years ago)

change parent plugin package

Line 
1<?xml version="1.0"?>
2<!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd">
3<package name="de.easy-coding.wcf.map.custominput">
4        <packageinformation>
5                <packagename>Google Maps: Custom Inputfields</packagename>
6                <packagedescription><![CDATA[This plugin allows the admin to define custom useroptions which can be used for the google maps query.]]></packagedescription>
7                <isunique>1</isunique>
8                <version>1.0.0</version>
9                <date>DATE</date>
10                <plugin>de.gmap.wcf.data.page.map</plugin>
11        </packageinformation>
12
13        <authorinformation>
14                <author>Torben Brodt</author>
15                <authorurl>http://trac.easy-coding.de/trac/wcf</authorurl>
16        </authorinformation>
17
18        <requiredpackages>
19                <requiredpackage minversion="1.1.0">com.woltlab.wcf</requiredpackage>
20                <requiredpackage minversion="2.0.5">de.gmap.wcf.data.page.map</requiredpackage>
21        </requiredpackages>
22
23        <instructions type="install">
24                <files>files.tar</files>
25                <acptemplates>acptemplates.tar</acptemplates>
26                <options>options.xml</options>
27                <eventlistener>eventlistener.xml</eventlistener>
28                <languages languagecode="de">de.xml</languages>
29                <languages languagecode="en">en.xml</languages>
30        </instructions>
31       
32        <instructions type="update" fromversion="1.0.0 Beta 1">
33                <files>files.tar</files>
34        </instructions>
35</package>
Note: See TracBrowser for help on using the browser.