summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-06 13:36:12 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-06 13:40:27 +0300
commiteca68e91c1aab13176742ef3d39dc7bd43fc23f0 (patch)
tree6f7883fd4bd878d5d68e21c7ee09841db7ea4677 /build.ant
parente5d8c63309a658c8a0f195cac704f7b545a0f922 (diff)
wip: per-domain type system
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.ant b/build.ant
index 6984c053..a362662f 100644
--- a/build.ant
+++ b/build.ant
@@ -95,6 +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"/>
<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" />