summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-21 23:33:15 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-21 23:33:39 +0300
commit5fc8fe86c835cf0b02a213886b49b7b35ba43b0e (patch)
treee7583a834106b44774f2d4849a100edceccc230e
parent9848a3291c03bdfd4889e9dba8db8eca93c3dfdd (diff)
build.ant: do not fail on missing fragments
-rw-r--r--build.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 8c68caf1..f86d3033 100644
--- a/build.ant
+++ b/build.ant
@@ -134,7 +134,7 @@
tofile="${targetDeploymentDir}/static/model/domain_types.js" />
<copy todir="${targetDeploymentDir}/templates/fragment"
overwrite="true"
- failonerror="false" >
+ failonerror="false">
<fileset dir="res/local/template/fragment/by-domain/${targetDomain}" />
</copy>