| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:get_wfs="http://biuro.biall-net.pl/WPS_Functions/get_wfs/get_wfs.xsd"
- name="get_wfs.PRODUCT" > <!-- default="INSTALL.bgwrx.INSTALL" -->
-
- <include file="../build.WPS_Functions.PRODUCT.xml" />
- <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
- <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
-
- <condition property="get_wfs.PRODUCT.ifdef.parent" taskname="get_wfs.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
-
-
- <property name="get_wfs.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.get_wfs"/>
- <property name="get_wfs.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}.get_wfs"/>
-
- <property name="get_wfs.basedir" value="${WPS_Functions.basedir}/get_wfs"/>
- <property name="get_wfs.build" location="${get_wfs.basedir}/build_get_wfs.xml"/>
- <!--<property name="bgwrx.repository" value="${p5dg.basedir}/repository"/>-->
- <property name="get_wfs.propertyName.xsl" location="${get_wfs.basedir}/get_wfs.propertyName.xsl"/>
- <property name="get_wfs.Insert.xsl" location="${get_wfs.basedir}/get_wfs.Insert.xsl"/>
- <property name="get_wfs.temp" location="${get_wfs.basedir}/temp"/>
-
- <property name="get_wfs.childproperties" location="${WPS_Functions.childproperties}/.build_get_wfs.properties"/>
-
- <tempfile property="get_wfs.php_session_id_check.properties" destdir="${get_wfs.temp}" prefix="get_wfs.php_session_id_check.properties" deleteonexit="yes"/>
- <!--<property name="get_wfs.xsl" value="${system_cache__appinfo.public.basedir}/get_wfs_recurse_xsl.xsl"/>-->
-
- <!--<property name="bgwrx.RelatedFeatureRoot.xsl" value="${bgwrx.basedir}/bgwrx.RelatedFeatureRoot.xsl"/>-->
-
- <!--<property name="p5suis.pid" location="${p5suis.repository}/p5suis.speech.pid"/>-->
-
- <!--
- <property name="p5dg.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${p5dg.PRODUCT.name}.log"/>
- <property name="p5dg.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${p5dg.PRODUCT.name}.log"/>
- -->
-
-
- <target name="get_wfs.parent.PRODUCT.ifdef" unless="WPS_Functions.PRODUCT.ifdef.parent">
- <fail>There is not set correct parent PRODUCT from expected file="../build.WPS_Functions.PRODUCT.xml" </fail>
- </target>
-
- </project>
|