summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-21 19:01:00 +0200
committerAlon Levy <alon@pobox.com>2015-01-21 19:10:34 +0200
commit03f58e44fe293028038f06e7a52379f6edb68465 (patch)
tree3c2ee7f522de39354e426c50c86c21e79f489527
parent696f599c4936eea66979d24d1d6f84e0462334ab (diff)
build.ant: copy htpasswd
-rw-r--r--build.ant2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index c647d267..70f78d25 100644
--- a/build.ant
+++ b/build.ant
@@ -73,6 +73,8 @@
<copy file="res/etc/rhizi-server.conf.example"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
+ <copy file="res/etc/htpasswd"
+ tofile="${targetDeploymentDir}/etc/htpasswd" />
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>