diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 17:25:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 17:48:48 +0300 |
| commit | a36778bd5f905a8001962641d6c479428ca503e3 (patch) | |
| tree | 56cf56580e2d96dd8b151b4238f2a5ca0e3c1cab | |
| parent | 44c53f4c5724dd3fea3455c2e05da28f32d0c7bf (diff) | |
build.ant: adapt to /static/js refactoring
| -rw-r--r-- | build.ant | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ <parallel> <!-- code --> - <rsync src="${src_client}/" dst="${targetDeploymentDir}/static" /> + <rsync src="${src_client}/" dst="${targetDeploymentDir}/static/js" /> <symlink if:true="${localServerUseSymlink}" action="single" @@ -143,7 +143,7 @@ <!-- domain specific: schema, templates, fragments--> <copy file="src/local/domain/${targetDomain}/domain_types.js" - tofile="${targetDeploymentDir}/static/model/domain_types.js" /> + tofile="${targetDeploymentDir}/static/js/model/domain_types.js" /> <copy todir="${targetDeploymentDir}/templates/fragment" overwrite="true" failonerror="false"> |
