1
0
Fork 0
mirror of https://github.com/silentsakky/zarafa-webapp-passwd synced 2026-07-27 18:41:08 +02:00
zarafa-webapp-passwd/manifest.xml
Saket Patel 843f674854 commit initial skeleton of the plugin
nothing is working
2013-07-02 01:35:25 +05:30

34 lines
1 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
<info>
<version>0.1</version>
<name>Passwd</name>
<title>Password Changer Plugin</title>
<author>Saket Patel</author>
<authorURL>http://www.zarafa.com</authorURL>
<description>Change your password from zarafa webapp</description>
</info>
<config>
<configfile>config.php</configfile>
</config>
<components>
<component>
<files>
<server>
<serverfile>php/plugin.passwd.php</serverfile>
<serverfile type="module" module="passwdmodule">php/class.passwdmodule.php</serverfile>
</server>
<client>
<clientfile load="release">js/passwd.js</clientfile>
<clientfile load="debug">js/passwd-debug.js</clientfile>
<clientfile load="source">js/PasswdPlugin.js</clientfile>
<clientfile load="source">js/ABOUT.js</clientfile>
</client>
<!-- <resources>
<resourcefile load="release">resources/css/passwd.css</resourcefile>
</resources> -->
</files>
</component>
</components>
</plugin>