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

View File

View File