diff options
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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> |
