build.p5suis.SYSTEM.xml 1.2 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../."
  3. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  4. name="p5suis.SYSTEM" > <!-- default="INSTALL.bgwrx.INSTALL" -->
  5. <include file="build.system_ui_info_speech.PRODUCT.xml" optional="true"/>
  6. <include file="../build.WPS_Functions.SYSTEM.xml"/>
  7. <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
  8. <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
  9. <property name="p5suis.SYSTEM.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${p5suis.PRODUCT.name}.log"/>
  10. <property name="p5suis.SYSTEM.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${p5suis.PRODUCT.name}.log"/>
  11. <property name="p5suis.SYSTEM.addToLaunchctl.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${p5suis.PRODUCT.name}.addToLaunchctl.log"/>
  12. <property name="p5suis.SYSTEM.addToLaunchctl.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${p5suis.PRODUCT.name}.addToLaunchctl.log"/>
  13. </project>