diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-10 18:13:15 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-10 18:14:47 +0200 |
| commit | a0a25e66962db7b3fd42eb1b15b291041c2e35cc (patch) | |
| tree | 86677027ca2e1a00699b8329286fc55b1a58ffe0 | |
| parent | 422edeceb60c1898905a8119cbcce262f3b91b58 (diff) | |
build.ant: copy server tools
| -rw-r--r-- | build.ant | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -135,6 +135,12 @@ includes="*" /> </copy> + <!-- tools --> + <copy todir="${targetDeploymentDir}/bin/tools"> + <fileset dir="src/local/server-tools" + includes="*"/> + </copy> + </parallel> </target> |
