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