build_openwebspider.xml 650 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:ows="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/openwebspider/ows.xsd"
  3. basedir="../../."
  4. default="default"
  5. name="openwebspider">
  6. <include as="PRODUCT" file="build.ows.PRODUCT.xml"/>
  7. <include as="SYSTEM" file="build.ows.SYSTEM.xml"/>
  8. <include as="INSTALL" file="build.ows.INSTALL.xml"/>
  9. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
  10. <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
  11. <target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>
  12. </project>