mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
Move build scripts to tools dir
This commit is contained in:
parent
1cf83dcd34
commit
ff92bca633
@ -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=".">
|
||||
|
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