| 12345678910111213141516 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:ows="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/openwebspider/ows.xsd"
- basedir="../../."
- default="default"
- name="openwebspider">
- <include as="PRODUCT" file="build.ows.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.ows.SYSTEM.xml"/>
- <include as="INSTALL" file="build.ows.INSTALL.xml"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
- <target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>
-
-
-
-
- </project>
|