Revision 9995
Added by Jing Tao about 8 years ago
build.xml | ||
---|---|---|
440 | 440 |
</or> |
441 | 441 |
</condition> |
442 | 442 |
|
443 |
<condition property="ecogrid.required"> |
|
443 |
<!-- <condition property="ecogrid.required">
|
|
444 | 444 |
<or> |
445 | 445 |
<not> |
446 | 446 |
<available file="${ecogrid-dir}/build.properties" /> |
... | ... | |
450 | 450 |
file="${ecogrid-dir}/buildfiles/metacatImpl.xml" /> |
451 | 451 |
</not> |
452 | 452 |
</or> |
453 |
</condition> |
|
453 |
</condition> -->
|
|
454 | 454 |
|
455 | 455 |
<property name="init.called" value="true" /> |
456 | 456 |
|
... | ... | |
800 | 800 |
</target> |
801 | 801 |
|
802 | 802 |
<target name="get-ecogrid" depends="init" |
803 |
description="Check out ecogrid module" if="ecogrid.required">
|
|
803 |
description="Check out ecogrid module"> |
|
804 | 804 |
<svn> |
805 | 805 |
<export srcUrl="${svn.ecogridUrl}" force="true" |
806 | 806 |
destPath="${ecogrid-dir}" /> |
Also available in: Unified diff
Since ecogrid is checked out in the build directory, we don't need a condition for checking out.