build.p5ant.safety.PRODUCT.xml 1.1 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." name="p5ant.safety.PRODUCT"
  3. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  4. >
  5. <description> safety functions to protect system failures etc </description>
  6. <include file="build.p5ant.PRODUCT.xml" optional="yes" as="PRODUCT"/>
  7. <property name="p5ant.safety.limit.file.size__x3A__open_file" value="10"/>
  8. <property name="p5ant.safety.limit.file.size__x3A__open_file.units" value="M"/> <!-- The units that the value attribute is expressed in. When using the standard single letter SI designations, such as k, M, or G, multiples of 1000 are used. If you want to use power of 2 units, use the IEC standard: Ki for 1024, Mi for 1048576, and so on. The default is no units, which means the value attribute expresses the exact number of bytes. -->
  9. <property name="p5ant.safety.limit_exceed.file.size__x3A__tasks" value="rename_file notify sleep "/>
  10. <property name="p5ant.safety.limit.file.size.exceeded.suffix" value=".p5ant.safety.limit.file.size.exceeded"/>
  11. </project>