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