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