diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-18 16:59:53 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-18 17:08:05 +0200 |
| commit | 84db943c02c3388f1839bc7fe4880baba1e8b787 (patch) | |
| tree | 5e8d2c990e9ed59d7cbe7884cff687276da80481 | |
| parent | cf522c409eabade59f4cdb4a8c48b6a1e73f608b (diff) | |
cp rhizi-server.conf.example -> rhizi-server.conf on deploy-local
| -rw-r--r-- | build.ant | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ link="${targetDeploymentDir}/bin" resource="${basedir}/${src_server}" /> - <rsync src="res/etc" dst="${targetDeploymentDir}" /> + <copy file="res/etc/rhizi-server.conf.example" + tofile="${targetDeploymentDir}/etc/rhizi-server.conf" /> <rsync src="res/templates/" dst="${targetDeploymentDir}/templates" /> </parallel> |
