| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:p5up5b="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/upgrade_procesy5_bocian.xsd"
- name="p5up5b.PRODUCT" default="basedir" > <!-- default="INSTALL.p5up5b.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_WPS_Function_basedir.xml" optional="true" as="WPS_Functions.basedir"/>
- <!--<include file="build.p5up5b.INSTALL.xml" as="INSTALL"/>-->
-
- <condition property="p5up5b.PRODUCT.ifdef.parent" taskname="p5up5b.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
-
-
- <property name="p5up5b.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.upgrade_procesy5_bocian"/>
- <property name="p5up5b.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}"/>
-
- <property name="p5up5b.basedir" value="${WPS_Functions.basedir}/upgrade_procesy5_bocian"/>
- <property name="p5up5b.build" location="${p5up5b.basedir}/build_upgrade_procesy5_bocian.xml"/>
- <property name="p5up5b.temp" location="${p5up5b.basedir}/temp"/>
- <property name="p5up5b.repository" location="${p5up5b.basedir}/repository"/>
-
- <property name="p5up5b.childproperties" location="${WPS_Functions.childproperties}/upgrade_procesy5_bocian.properties"/>
-
- <property name="p5up5b.xsl" value="${p5up5b.basedir}/p5up5b.xsl"/>
- <!--<property name="p5up5b.xpath_filter.xsl" value="${p5up5b.basedir}/p5up5b.xpath_filter.xsl"/>-->
-
- <property name="p5up5b.upgrade_properties.xml" location="${p5up5b.temp}/p5up5b.upgrade_properties.xml"/>
- <property name="p5up5b.ws-bpel_executable.xml" location="${p5up5b.temp}/ws-bpel_executable.xml"/>
- <property name="p5up5b.ws-bpel_executable.xml.sort_tasks.xml" location="${p5up5b.temp}/p5up5b.ws-bpel_executable.xml.sort_tasks.xml"/>
-
- <property name="p5up5b.process_table.sql" value="${p5up5b.repository}/p5up5b.process_table.sql"/>
-
-
- <!--<property name="p5up5b.pid" location="${p5up5b.repository}/p5up5b.speech.pid"/>-->
-
-
-
-
- <target name="basedir" description="to create local dirs">
- <propertyset id="p5up5b.local.properties">
- <propertyref prefix="p5up5b"/>
- <mapper type="glob" from="p5up5b.*" to="local.*"/>
- </propertyset>
- <echo>#46 {local.p5suis.repository} = ${local.p5suis.repository}</echo>
- <antcall target="WPS_Functions.basedir.p5bws:dirs" inheritall="false">
- <propertyset refid="p5up5b.local.properties"/>
- </antcall>
- </target>
-
- <target name="clean" description="To delete all temp and repository">
- <antcall target="WPS_Functions.basedir.p5bws:dirs.clean" inheritall="false">
- <propertyset refid="p5up5b.local.properties"/>
- </antcall>
- </target>
-
-
- <target name="clean.temp" description="To delete all temp and repository">
- <antcall target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean" inheritall="false">
- <propertyset refid="p5up5b.local.properties"/>
- </antcall>
- </target>
-
-
-
-
- <target name="p5up5b.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>
|