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
Sander Hoentjen 739b1da2ac Add dutch translation
Needs the generation of .mo in the build
2014-03-04 14:52:00 +01:00

53 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
<info>
<version>1.0</version>
<name>Passwd</name>
<title>Password Change Plugin</title>
<author>Saket Patel</author>
<authorURL>https://github.com/silentsakky</authorURL>
<description>Change your password from zarafa webapp</description>
</info>
<config>
<configfile>config.php</configfile>
</config>
<translations>
<translationsdir>languages</translationsdir>
</translations>
<components>
<!-- <component>
<info>
<name>passwordmeter</name>
<title>PasswordMeter</title>
<author>Eelco Wiersma</author>
<description>Ext user extension to check password strength</description>
</info>
<files>
<client>
<clientfile>lib/PasswordMeter.js</clientfile>
</client>
</files>
</component> -->
<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/settings/SettingsPasswdCategory.js</clientfile>
<clientfile load="source">js/settings/SettingsPasswdWidget.js</clientfile>
<clientfile load="source">js/settings/PasswdPanel.js</clientfile>
<clientfile load="source">js/data/PasswdResponseHandler.js</clientfile>
<clientfile load="source">js/ABOUT.js</clientfile>
</client>
</files>
</component>
</components>
</plugin>