build.Storage_AclStruct.INSTALL.xml 815 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." default="INSTALL" name="Storage_AclStruct.INSTALL">
  3. <include file="build.Storage_AclStruct.PRODUCT.xml" />
  4. <property location="${Storage_AclStruct.install}/install_example.file" name="Storage_AclStruct.INSTALL.install_example" />
  5. <condition property="Storage_AclStruct.INSTALL.install_example.ifdef" taskname="INSTALL.install_example">
  6. <not>
  7. <available file="${Storage_AclStruct.repository}/install_example.file" />
  8. </not>
  9. </condition>
  10. <target depends="INSTALL.install_example" name="INSTALL" />
  11. <target if="Storage_AclStruct.INSTALL.install_example.ifdef" name="INSTALL.install_example">
  12. <copy file="${Storage_AclStruct.INSTALL.install_example}" tofile="${Storage_AclStruct.install_example}" />
  13. </target>
  14. </project>