mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
Update ant usage target
This commit is contained in:
parent
1524f0899a
commit
a40ec07b59
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user