- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." default="INSTALL" name="dita-ot.INSTALL">
- <include file="build.dita-ot.PRODUCT.xml" />
- <property location="${dita-ot.install}/install_example.file" name="dita-ot.INSTALL.install_example" />
- <condition property="dita-ot.INSTALL.install_example.ifdef" taskname="INSTALL.install_example">
- <not>
- <available file="${dita-ot.repository}/install_example.file" />
- </not>
- </condition>
- <target depends="INSTALL.install_example" name="INSTALL" />
- <target if="dita-ot.INSTALL.install_example.ifdef" name="INSTALL.install_example">
- <copy file="${dita-ot.INSTALL.install_example}" tofile="${dita-ot.install_example}" />
- </target>
- </project>
|