Revision 1724
Added by Jing Tao over 21 years ago
build.xml | ||
---|---|---|
500 | 500 |
/> |
501 | 501 |
</target> |
502 | 502 |
|
503 |
<target name="dist" depends="jar,protocol,jdoc,getdtd"> |
|
503 |
<target name="dist" depends="jar,protocol,jdoc,getdtd,getschema">
|
|
504 | 504 |
<mkdir dir="${dist.dir}"/> |
505 | 505 |
<delete dir="${ver.dir}" /> |
506 | 506 |
<mkdir dir="${ver.dir}"/> |
Also available in: Unified diff
Add a getschema dependcy to target dist.