| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../" name="WPS_Functions.PRODUCT" default="WPS_Functions.parent.PRODUCT.ifdef"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- >
-
- <include file="../build.p5build.PRODUCT.xml"/>
-
- <property name="public_html" location="${basedir}"/>
- <property name="bootstrap.php" location="${basedir}/../se-lib/bootstrap.php"/>
-
- <property name="WPS_Functions.basedir" location="${basedir}/WPS_Functions"/>
-
- <property name="WPS_Functions" location="${WPS_Functions.basedir}"/>
-
- <property name="WPS_Functions.build" location="${WPS_Functions.basedir}/build_WPS_Functions.xml"/>
- <property name="WPS_Functions.xsl" location="${WPS_Functions.basedir}/build_WPS_Functions.xsl"/>
- <!--<property name="WPS_Functions.temp" location="${WPS_Functions.basedir}/temp"/>-->
- <property name="WPS_Functions.repository" location="${p5build_SE.INSTALL_ROOT.repository}/WPS_Functions"/>
-
- <property name="WPS_Functions.temp" location="${p5build_SE.INSTALL_ROOT.temp}/WPS_Functions"/>
-
- <property name="tree_to_dita.xsl"
- value="${default_db_xml_cache.public}/default_db/tree_to_dita.xsl"/>
-
- <!--<property name="WPS_Functions.properties.xml" value="" />-->
-
- <property name="WPS_Functions.configuration.dir" value="${p5build.configuration.dir}/${WPS_Functions.PRODUCT.prefix}"/>
- <tempfile property="WPS_Functions.properties" destdir="${WPS_Functions.temp}" prefix="WPS_Functions." suffix=".properties"/>
- <property name="WPS_Functions.properties" location="${WPS_Functions.basedir}/.build_WPS_Functions.xml.properties" />
- <property name="WPS_Functions.childproperties" value="${WPS_Functions.basedir}/.build_WPS_Functions.childproperties"/>
-
-
-
- <property name="WPS_Functions.childproperties.builds.xml"
- location="${WPS_Functions.childproperties}/WPS_Functions.builds.xml"/>
- <property name="build_WPS_Functions.childproperties.builds.xml"
- location="${WPS_Functions.temp}/build_WPS_Functions.childproperties.builds.xml"/>
- <property name="build_WPS_Functions.xml" location="${WPS_Functions.build}"/>
- <!-- call it to get properties -->
- <property name="build_WPS_Functions.xsl" location="${WPS_Functions.xsl}"/>
- <property name="build_WPS_Functions.xml.properties"
- value="${WPS_Functions.properties}"/>
-
-
- <property name="PROCES_INIT_tree_to_dita.xsl"
- value="${default_db_xml_cache.public}/default_db/CRM_PROCES/PROCES_INIT_tree_to_dita.xsl"/>
- <!-- to disable and use tree_to_dita.xsl which includes it -->
- <property name="tree_to_dita.xsl"
- value="${default_db_xml_cache.public}/default_db/tree_to_dita.xsl"/>
- <property name="api_url"
- value="${TargetNamespaceBindings}/SE/version-git/wfs-data.php"/>
- <!-- TO BE SET FROM LICENCE -->
- <property name="namespace_prefix" value="default_db"/>
- <property name="namespace_prefix_p5_tr_map" value="default_db"/>
- <property name="p5_tr_map_dir" value="${p5_tr_map.local}"/>
- <property name="simpleSchema_dir" value="${simpleSchema.local}"/>
- <property name="detect_resource_type_dir" value="${detect_resource_type.local}"/>
- <property name="build_complexType_dir" value="${build_complexType.local}"/>
-
-
- <property name="postprocess.xsl"
- location="${basedir}/default_db_xml_cache.public/system_cache__appinfo/postprocess.xsl"/>
-
- <include file="build_WPS_Function_basedir.xml" as="basedir"/>
- <condition property="WPS_Functions.PRODUCT.ifdef.parent" taskname="WPS_Functions.parent.PRODUCT.ifdef">
- <isset property="p5build_SE.PRODUCT.name"/>
- </condition>
-
- <property name="WPS_Functions.PRODUCT.name" value="${p5build.PRODUCT.name}.WPS_Functions"/>
- <property name="WPS_Functions.PRODUCT.vendor-domain" value="${p5build.PRODUCT.vendor-domain}.WPS_Functions"/>
- <property name="WPS_Functions.PRODUCT.prefix" value="p5bws"/>
- <property name="WPS_Functions.PRODUCT.namespace" value="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
-
-
- <property name="WPS_Functions.parent.name" value="${p5build.PRODUCT.name}"/>
- <property name="WPS_Functions.parent.artifactId" value="${p5build.PRODUCT.vendor-domain}"/>
- <property name="WPS_Functions.parent.relativePath" value="../."/>
-
- <local name="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level"/>
- <condition property="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level" value="debug">
- <isset property="error.SYMLINK_DANGER_LOOPS.config"/>
- </condition>
- <property name="error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level" value="error"/>
-
- <condition property="error.SYMLINK_DANGER_LOOPS.config" value="
- #84 [ E R R O R ] [ error.SYMLINK_DANGER_LOOPS.config ]
-
- error.SYMLINK_DANGER_LOOPS.config
-
- ${basedir}/config.symlink/config/config
- ">
- <available file="${basedir}/config.symlink/config/config"></available>
- </condition>
- <property name="error.SYMLINK_DANGER_LOOPS.config" value="#92 [ OK ] NO error.SYMLINK_DANGER_LOOPS.config"/>
- <echo message="${error.SYMLINK_DANGER_LOOPS.config}" level="${error.SYMLINK_DANGER_LOOPS.config__x3A__debug_level}" />
-
-
- <target name="WPS_Functions.parent.PRODUCT.ifdef" unless="WPS_Functions.PRODUCT.ifdef.parent">
- <fail>There is not set correct parent PRODUCT from expected file="../build.p5build.PRODUCT.xml" </fail>
- </target>
-
-
-
-
- </project>
|