build.bgwrx.SYSTEM.xml 566 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../" name="bgwrx.SYSTEM" > <!-- default="bgwrx.SYSTEM.INIT" -->
  3. <include file="../build.WPS_Functions.SYSTEM.xml" optional="true"/>
  4. <include file="build.bgwrx.PRODUCT.xml" optional="true" as="PRODUCT"/>
  5. <property name="bgwrx.SYSTEM.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${bgwrx.PRODUCT.name}.log"/>
  6. <property name="bgwrx.SYSTEM.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${bgwrx.PRODUCT.name}.log"/>
  7. </project>