summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-10 18:13:15 +0200
committerAlon Levy <alon@pobox.com>2015-04-10 18:14:47 +0200
commita0a25e66962db7b3fd42eb1b15b291041c2e35cc (patch)
tree86677027ca2e1a00699b8329286fc55b1a58ffe0
parent422edeceb60c1898905a8119cbcce262f3b91b58 (diff)
build.ant: copy server tools
-rw-r--r--build.ant6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index 09e02523..70a83e49 100644
--- a/build.ant
+++ b/build.ant
@@ -135,6 +135,12 @@
includes="*" />
</copy>
+ <!-- tools -->
+ <copy todir="${targetDeploymentDir}/bin/tools">
+ <fileset dir="src/local/server-tools"
+ includes="*"/>
+ </copy>
+
</parallel>
</target>