summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-10 18:22:11 +0200
committerAlon Levy <alon@pobox.com>2015-04-10 18:22:11 +0200
commit0904181fb416e3ef3b27c5e478388ab866f6329a (patch)
tree6baba7d747c1c04a4605cccebe43e1f7d77c046d
parentc804084542498b59968a460f48ecef579d427248 (diff)
build.ant: fix fragment source - s/defaultDomain/targetDomain/
-rw-r--r--build.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 70a83e49..83b263eb 100644
--- a/build.ant
+++ b/build.ant
@@ -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>