Revision 5330
Added by Matt Jones over 14 years ago
build.xml | ||
---|---|---|
650 | 650 |
|
651 | 651 |
<target name="getd1schemas" depends="prepare" |
652 | 652 |
description="Checkout dataone schemas from svn and copy to metacat sandbox"> |
653 |
<delete dir="${build.tmp}/${dataone-0.1-schema-tag}"/> |
|
653 | 654 |
<svn> |
654 | 655 |
<export srcUrl="${svn.dataone-0.1-schema-url}" |
655 | 656 |
destPath="${build.tmp}/${dataone-0.1-schema-tag}" /> |
Also available in: Unified diff
Updating build to properly clear temporary export directory before doing svn export.