5a91ae0da4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352096 13f79535-47bb-0310-9956-ffa450edef68
16 lines
825 B
Plaintext
16 lines
825 B
Plaintext
<!-- =================================================================== -->
|
|
<!-- Print out warnings for optional components -->
|
|
<!-- =================================================================== -->
|
|
<target name="optional-warnings"
|
|
description="Outputs warnings if some optional jars are missing from the environment">
|
|
</target>
|
|
|
|
<!-- =================================================================== -->
|
|
<!-- Try other builds that could go into this core build -->
|
|
<!-- =================================================================== -->
|
|
<target name="try"
|
|
depends="init"
|
|
description="Builds to try before including in main build">
|
|
<ant target="${try.target}" antfile="./tools/targets/try.xml"/>
|
|
</target>
|