summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index 70f78d25..263b4746 100644
--- a/build.ant
+++ b/build.ant
@@ -62,6 +62,9 @@
<mkdir dir="${targetDeploymentDir}/static" />
+ <copy file="res/etc/rhizi-server.conf.example"
+ tofile="res/etc/rhizi-server.conf" />
+
<parallel>
<rsync src="${src_client}/" dst="${targetDeploymentDir}/static" />
<rsync src="res/client/" dst="${targetDeploymentDir}/static" />
@@ -71,7 +74,7 @@
link="${targetDeploymentDir}/bin"
resource="${basedir}/${src_server}" />
- <copy file="res/etc/rhizi-server.conf.example"
+ <copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
<copy file="res/etc/htpasswd"
tofile="${targetDeploymentDir}/etc/htpasswd" />
@@ -139,4 +142,4 @@
</exec>
</target>
-</project> \ No newline at end of file
+</project>