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:
@@ -10,7 +10,7 @@
|
|||||||
<!-- configuration parameters -->
|
<!-- configuration parameters -->
|
||||||
<property name="app.name" value="twodue"/>
|
<property name="app.name" value="twodue"/>
|
||||||
<property name="install.dir" value="${base.dir}/webapps"/>
|
<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"/>
|
<property name="dist.war" value="${app.name}.war"/>
|
||||||
|
|
||||||
<!-- we want to access the environment -->
|
<!-- we want to access the environment -->
|
||||||
|
|||||||
Reference in New Issue
Block a user