diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-21 23:33:15 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-21 23:33:39 +0300 |
| commit | 5fc8fe86c835cf0b02a213886b49b7b35ba43b0e (patch) | |
| tree | e7583a834106b44774f2d4849a100edceccc230e | |
| parent | 9848a3291c03bdfd4889e9dba8db8eca93c3dfdd (diff) | |
build.ant: do not fail on missing fragments
| -rw-r--r-- | build.ant | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
