summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-27 10:07:40 +0200
committerAlon Levy <alon@pobox.com>2015-01-27 10:07:40 +0200
commit19d9fad85ad6dacd419530f3d9d26f952b663c11 (patch)
tree7a1f82dcfbac4e76608dbe248cc868501c1b87dd
parent0a37af6b5d5e907211e6c00fd8d1840331240084 (diff)
Revert "removing dead htpasswd copy task"
This reverts commit 06a6710efd23eeb8d6b8680df5ed1146c7771504.
-rw-r--r--build.ant2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index 1a2099bd..67536b3b 100644
--- a/build.ant
+++ b/build.ant
@@ -78,6 +78,8 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
+ <copy file="res/etc/htpasswd"
+ tofile="${targetDeploymentDir}/etc/htpasswd" />
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>