summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index a362662f..cb3bcc3c 100644
--- a/build.ant
+++ b/build.ant
@@ -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" />