Modify the build script to allow multi-layer products.
This commit is contained in:
parent
7495331e2c
commit
fc6da3a68f
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
||||||
<fail unless="vitro.core.dir"
|
<fail unless="vitro.core.dir"
|
||||||
message="${deploy.properties.file} must contain a value for vitro.core.dir" />
|
message="${deploy.properties.file} must contain a value for vitro.core.dir" />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Locate the core script in terms that the product script requires.
|
||||||
|
-->
|
||||||
|
<property name="inner.basedir" location="${vitro.core.dir}/webapp" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Override the default location for project modifications.
|
Override the default location for project modifications.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Reference in a new issue