diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-10 18:22:11 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-10 18:22:11 +0200 |
| commit | 0904181fb416e3ef3b27c5e478388ab866f6329a (patch) | |
| tree | 6baba7d747c1c04a4605cccebe43e1f7d77c046d | |
| parent | c804084542498b59968a460f48ecef579d427248 (diff) | |
build.ant: fix fragment source - s/defaultDomain/targetDomain/
| -rw-r--r-- | build.ant | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ tofile="res/etc/rhizi-server.conf" /> <copy todir="${targetDeploymentDir}/templates/fragment" failonerror="false"> - <fileset dir="res/local/template/fragment/by-domain/${defaultDomain}" + <fileset dir="res/local/template/fragment/by-domain/${targetDomain}" includes="*" /> </copy> </parallel> |
