Added: Plugin: Contacts suggestion from ldap

Added: Custom favicon setting
+ Small fixes
This commit is contained in:
RainLoop Team 2015-09-08 00:15:39 +03:00
parent d6d19c99bf
commit 7312b2854b
25 changed files with 526 additions and 25 deletions

View file

@ -78,6 +78,16 @@
<param name="plugin-name" value="hmailserver-change-password"/>
</antcall>
</target>
<target name="ldap-change-password">
<antcall target="_build_plugin_">
<param name="plugin-name" value="ldap-change-password"/>
</antcall>
</target>
<target name="ldap-contacts-suggestions">
<antcall target="_build_plugin_">
<param name="plugin-name" value="ldap-contacts-suggestions"/>
</antcall>
</target>
<target name="snowfall-on-login-screen">
<antcall target="_build_plugin_">
<param name="plugin-name" value="snowfall-on-login-screen"/>