Revision 8371
Added by ben leinfelder about 11 years ago
build.xml | ||
---|---|---|
416 | 416 |
<property name="metacatui.git.repository.url" |
417 | 417 |
value="https://github.com/NCEAS/metacatui.git" /> |
418 | 418 |
<property name="metacatui.git.repository.refname" |
419 |
value="METACATUI_1_2_0_RC3" />
|
|
419 |
value="METACATUI_1_2_BRANCH" />
|
|
420 | 420 |
<!--<property name="metacatui.git.repository.refname" |
421 | 421 |
value="master" /> --> |
422 | 422 |
<property name="metacatui.build.dir" |
... | ... | |
1394 | 1394 |
<fileset dir="lib/dtd"/> |
1395 | 1395 |
<fileset dir="lib/schema"/> |
1396 | 1396 |
<fileset dir="${utilitiesdir}"/> |
1397 |
<fileset dir="${metacatui.build.dir}"/> |
|
1398 | 1397 |
<fileset dir="${libdir.mvn}"/> |
1399 | 1398 |
</delete> |
1399 |
<!-- remove the entire directory --> |
|
1400 |
<delete includeemptydirs="true" dir="${metacatui.build.dir}" /> |
|
1400 | 1401 |
<!-- clean up the distribution files if they exist--> |
1401 | 1402 |
<delete file="./${name}-bin-${release}.tar.gz" /> |
1402 | 1403 |
<delete file="./${name}-src-${release}.tar.gz" /> |
Also available in: Unified diff
switch to 1.2 branch of metacatui and make sure fullclean actually removes the metacatui_build directory.