mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Move build scripts to tools dir
This commit is contained in:
parent
1cf83dcd34
commit
ff92bca633
@ -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=".">
|
||||||
|
0
src/messenger/build_scripts/cat → src/messenger/tools/cat
Executable file → Normal file
0
src/messenger/build_scripts/cat → src/messenger/tools/cat
Executable file → Normal file
0
src/messenger/build_scripts/flat_cp → src/messenger/tools/flat_cp
Executable file → Normal file
0
src/messenger/build_scripts/flat_cp → src/messenger/tools/flat_cp
Executable file → Normal file
Loading…
Reference in New Issue
Block a user