Update webim/js/source/build.xml file

Add pluginmanager.js, handlebars.js, handlebars_hrlpers.js to
the webim/js/source/build.xml configuration file
This commit is contained in:
Dmitriy Simushev 2012-10-08 11:37:37 +00:00
parent d53e1d8020
commit 72d0c3b0a4

View File

@ -44,6 +44,18 @@
<arg value="mibew_api:1:common"/>
<arg value="--js"/>
<arg value="mibew_api.js"/>
<arg value="--module"/>
<arg value="pluginmanager:1:common"/>
<arg value="--js"/>
<arg value="pluginmanager.js"/>
<arg value="--module"/>
<arg value="handlebars:1:common"/>
<arg value="--js"/>
<arg value="handlebars.js"/>
<arg value="--module"/>
<arg value="handlebars_helpers:1:common"/>
<arg value="--js"/>
<arg value="handlebars_helpers.js"/>
<arg value="--module"/>
<arg value="chatserver:1:common"/>
<arg value="--js"/>