FreePBX-AvantFAX/module.xml
2013-05-26 16:53:41 -03:00

27 lines
687 B
XML

<module>
<rawname>helloworld</rawname>
<name>Hello World</name>
<version>0.1.0.0</version>
<candisable>yes</candisable>
<canuninstall>yes</canuninstall>
<changelog>
*0.1.0.0* Original Release (beta)
</changelog>
<description>
provides a hello world example
</description>
<attention>
This text will be displayed prominently before the user is able to install the module. Use to display warning before installation.
</attention>
<info>http://github.com/jfinstrom/</info>
<menuitems>
<HelloWorld>Hello World</HelloWorld>
</menuitems>
<depends>
<module>core</module>
<version>ge2.2</version>
</depends>
<category>Settings</category>
</module>