Put the build directory in pages where it is conceptually in the same

place that the webapp is.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1350 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-12-12 01:14:57 +00:00
parent cdbd08b31b
commit 30a86c5211
+1 -1
View File
@@ -10,7 +10,7 @@
<!-- configuration parameters -->
<property name="app.name" value="twodue"/>
<property name="install.dir" value="${base.dir}/webapps"/>
<property name="deploy.dir" value="${base.dir}/${app.name}"/>
<property name="deploy.dir" value="${base.dir}/pages/${app.name}"/>
<property name="dist.war" value="${app.name}.war"/>
<!-- we want to access the environment -->