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