Revision 8375
Added by Jing Tao about 11 years ago
build.xml | ||
---|---|---|
1785 | 1785 |
<property name="war-name" value="account" /> |
1786 | 1786 |
<mkdir dir="${dist.dir}" /> |
1787 | 1787 |
<war destfile="${dist.dir}/${war-name}.war" |
1788 |
webxml="${build.war}/web.xml">
|
|
1788 |
webxml="lib/account-web-info/web.xml">
|
|
1789 | 1789 |
<webinf dir="${war.webinf}"> |
1790 | 1790 |
<include name="metacat.properties"/> |
1791 | 1791 |
</webinf> |
Also available in: Unified diff
Use the special web.xml to build the account.war.