diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-06 16:21:10 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-06 16:21:10 +0300 |
| commit | 748f1c5d337040433c6c441afab579faf5c934e0 (patch) | |
| tree | 59d0fc1a044aea66e626ad5f05dcdacb61ed02a8 /build.ant | |
| parent | a2ef6be2c52e0421fccddf45fd1563f49f4475c4 (diff) | |
client: types: split types.js to form domain_types.js, containing declarative jsontoday-is-not-the-day
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,8 +95,8 @@ <copy file="res/etc/rhizi-server.conf" tofile="${targetDeploymentDir}/etc/rhizi-server.conf" /> - <copy file="src/local/domain/${targetDomain}/types.js" - tofile="${targetDeploymentDir}/static/model/types.js" description="copy schema, rename"/> + <copy file="src/local/domain/${targetDomain}/domain_types.js" + tofile="${targetDeploymentDir}/static/model/domain_types.js" description="copy schema, rename"/> <rsync src="res/templates/" dst="${targetDeploymentDir}/templates/" /> <rsync src="res/local/template/fragment/by-domain/${targetDomain}/" dst="${targetDeploymentDir}/templates/fragment/" /> <copy file="res/etc/user_db.db" tofile="${targetDeploymentDir}/user_db.db" failonerror="false" /> |
