Move build scripts to tools dir

This commit is contained in:
Dmitriy Simushev 2013-03-01 13:59:38 +00:00
parent 1cf83dcd34
commit ff92bca633
3 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</apply> </apply>
<!-- Flatten templates directory structure --> <!-- Flatten templates directory structure -->
<apply executable="build_scripts/flat_cp" force="true"> <apply executable="tools/flat_cp" force="true">
<srcfile /> <srcfile />
<targetfile /> <targetfile />
<arg value="handlebars_templates" /> <arg value="handlebars_templates" />
@ -150,7 +150,7 @@
<!-- Concatenate all scripts in one file. Use special script for <!-- Concatenate all scripts in one file. Use special script for
expanding wildcards. --> expanding wildcards. -->
<echo>Concatenate JavaScript files</echo> <echo>Concatenate JavaScript files</echo>
<apply executable="build_scripts/cat"> <apply executable="tools/cat">
<srcfile suffix="/*.js"/> <srcfile suffix="/*.js"/>
<targetfile /> <targetfile />
<dirset dir="."> <dirset dir=".">

View File

View File