summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-02 15:44:59 +0200
committerLV-426 <lv-426@taproot.org.il>2015-03-02 15:44:59 +0200
commitd46b7fec6fe5401526c88c507d6e5631b557aebd (patch)
tree3ee8238609236b85d572a6a3a3c928a4c9c14c98 /build.ant
parentaca8f0acd78108dcf615b0e93d34dea089b26efc (diff)
res/ should not contain top-level files - mving user_db lookup path to res/etc
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 16827ee8..5d1cbb89 100644
--- a/build.ant
+++ b/build.ant
@@ -94,7 +94,7 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
- <copy file="res/user_db.db" tofile="${targetDeploymentDir}/user_db.db" quiet="true" />
+ <copy file="res/etc/user_db.db" tofile="${targetDeploymentDir}/user_db.db" quiet="true" />
</parallel>
</target>