Update ant usage target

This commit is contained in:
Dmitriy Simushev 2013-01-18 13:21:17 +00:00
parent 1524f0899a
commit a40ec07b59

View File

@ -9,14 +9,17 @@
<!-- Help message about all available targets --> <!-- Help message about all available targets -->
<target name="usage"> <target name="usage">
<echo>Available targets:</echo> <echo>Available targets:
<echo>styles_handlebars - Compile Handlebars templates for dialogs styles</echo> styles_handlebars - Compile Handlebars templates for dialogs styles
<echo>styles_js - Compile JavaScript files for all dialogs styles</echo> styles_js - Compile JavaScript files for all dialogs styles
<echo>styles_all - Run styles_handlebars and styles_js tasks</echo> styles_all - Run styles_handlebars and styles_js tasks
<echo>chat_app_js - Build JavaScript files related to chat application</echo>
<echo>default_app_js - Build JavaScript files related to default application</echo> default_app_js - Build JavaScript files related to default application
<echo>core_handlebars - Compile Handlebars templates of the Core</echo> chat_app_js - Build JavaScript files related to chat application
<echo>all - Build everything</echo>
core_handlebars - Compile Handlebars templates of the Core
all - Build everything</echo>
</target> </target>