Modify the build script to allow multi-layer products.

This commit is contained in:
jeb228 2010-08-03 18:54:07 +00:00
parent 7495331e2c
commit fc6da3a68f

View file

@ -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.
--> -->