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