Update action function fix

+ small changes before release
This commit is contained in:
RainLoop Team 2013-12-11 01:25:37 +04:00
parent e118f5a458
commit 0358827835
5 changed files with 9 additions and 4 deletions

View file

@ -72,6 +72,11 @@
<param name="plugin-name" value="black-list"/>
</antcall>
</target>
<target name="white-list">
<antcall target="_build_plugin_">
<param name="plugin-name" value="white-list"/>
</antcall>
</target>
</project>