build.get_wfs.PRODUCT.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../."
  3. xmlns:get_wfs="http://biuro.biall-net.pl/WPS_Functions/get_wfs/get_wfs.xsd"
  4. name="get_wfs.PRODUCT" > <!-- default="INSTALL.bgwrx.INSTALL" -->
  5. <include file="../build.WPS_Functions.PRODUCT.xml" />
  6. <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
  7. <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
  8. <condition property="get_wfs.PRODUCT.ifdef.parent" taskname="get_wfs.parent.PRODUCT.ifdef">
  9. <isset property="WPS_Functions.PRODUCT.name"/>
  10. </condition>
  11. <property name="get_wfs.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.get_wfs"/>
  12. <property name="get_wfs.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}.get_wfs"/>
  13. <property name="get_wfs.basedir" value="${WPS_Functions.basedir}/get_wfs"/>
  14. <property name="get_wfs.build" location="${get_wfs.basedir}/build_get_wfs.xml"/>
  15. <!--<property name="bgwrx.repository" value="${p5dg.basedir}/repository"/>-->
  16. <property name="get_wfs.propertyName.xsl" location="${get_wfs.basedir}/get_wfs.propertyName.xsl"/>
  17. <property name="get_wfs.Insert.xsl" location="${get_wfs.basedir}/get_wfs.Insert.xsl"/>
  18. <property name="get_wfs.temp" location="${get_wfs.basedir}/temp"/>
  19. <property name="get_wfs.childproperties" location="${WPS_Functions.childproperties}/.build_get_wfs.properties"/>
  20. <tempfile property="get_wfs.php_session_id_check.properties" destdir="${get_wfs.temp}" prefix="get_wfs.php_session_id_check.properties" deleteonexit="yes"/>
  21. <!--<property name="get_wfs.xsl" value="${system_cache__appinfo.public.basedir}/get_wfs_recurse_xsl.xsl"/>-->
  22. <!--<property name="bgwrx.RelatedFeatureRoot.xsl" value="${bgwrx.basedir}/bgwrx.RelatedFeatureRoot.xsl"/>-->
  23. <!--<property name="p5suis.pid" location="${p5suis.repository}/p5suis.speech.pid"/>-->
  24. <!--
  25. <property name="p5dg.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${p5dg.PRODUCT.name}.log"/>
  26. <property name="p5dg.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${p5dg.PRODUCT.name}.log"/>
  27. -->
  28. <target name="get_wfs.parent.PRODUCT.ifdef" unless="WPS_Functions.PRODUCT.ifdef.parent">
  29. <fail>There is not set correct parent PRODUCT from expected file="../build.WPS_Functions.PRODUCT.xml" </fail>
  30. </target>
  31. </project>