| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5exslt="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/exslt/exslt.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- default="PRODUCT"
- name="p5exslt.PRODUCT">
- <description>p5suis:say Created function exslt with prefix p5exslt by p5ant module</description>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <condition property="p5exslt.PRODUCT.ifdef.parent"
- taskname="p5exslt.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
- <property name="p5exslt.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.exslt"/>
- <property name="p5exslt.PRODUCT.vendor-domain"
- value="${WPS_Functions.PRODUCT.name}.p5exslt"/>
- <property name="p5exslt.basedir" value="${WPS_Functions.basedir}/exslt"/>
- <property name="p5exslt.build.xml" value="${p5exslt.basedir}/build_p5exslt.xml"/>
- <property name="p5exslt.repository" value="${WPS_Functions.repository}/exslt"/>
- <property name="p5exslt.install" value="${p5exslt.basedir}/install"/>
- <property location="${WPS_Functions.temp}/exslt" name="p5exslt.temp"/>
- <property location="${p5exslt.basedir}/p5exslt.xsl" name="p5exslt.xsl"/>
- <property location="${p5exslt.basedir}/p5exslt.xsd" name="p5exslt.xsd"/>
- <property location="${p5exslt.basedir}/p5exslt.include.structure.xml"
- name="p5exslt.include.structure.xml"/>
- <property location="${p5exslt.basedir}/p5exslt.include.xsl.p5xsls.xml"
- name="p5exslt.include.xsl.p5xsls.xml"/>
- <property location="${p5exslt.repository}/install_example.file"
- name="p5exslt.install_example"/>
- <property name="p5exslt.git" location="${p5exslt.repository}/p5exslt.git"/>
-
-
- <property name="p5exslt.func" location="${p5exslt.basedir}/func"/>
- <property name="p5exslt.func.xsl" location="${p5exslt.func}/func.xsl"/>
-
- <property name="p5exslt.math" location="${p5exslt.basedir}/math"/>
- <property name="p5exslt.math.xsl" location="${p5exslt.math}/math.xsl"/>
-
- <target depends="basedir,p5xsls.xml"
- description="to create basedir, includes and install"
- name="PRODUCT"/>
- <target description="to create local dirs" name="basedir">
- <propertyset id="p5exslt.local.properties">
- <propertyref prefix="p5exslt"/>
- <mapper from="p5exslt.*" to="local.*" type="glob"/>
- </propertyset>
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
- <propertyset refid="p5exslt.local.properties"/>
- </antcall>
- </target>
- <target description="To delete all temp and repository" name="clean">
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs.clean">
- <propertyset refid="p5exslt.local.properties"/>
- </antcall>
- </target>
- <target description="To delete all temp and repository" name="clean.temp">
- <antcall inheritall="false"
- target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean">
- <propertyset refid="p5exslt.local.properties"/>
- </antcall>
- </target>
- <target name="parent.PRODUCT.ifdef"
- unless="p5exslt.WPS_Functions.PRODUCT.ifdef.parent">
- <fail>There is not set correct parent PRODUCT from expected file="../build.WPS_Functions.PRODUCT.xml"</fail>
- </target>
- <target name="p5xsls.xml" depends="basedir">
- <description>
- TODO to be fixed by xslt to allow dynamic create of multi include xsl templates
- </description>
- <echoxml namespacepolicy="elementsOnly" file="${p5exslt.include.xsl.p5xsls.xml}">
- <stylesheet_buildlist xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd">
- <namespaces.list>
- <namespaces.list.namespace prefix="p5exslt"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/exslt/exslt.xsd"/>
- </namespaces.list>
- <include.list>
- <include.list.href href="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/ant/p5ant.xsl"/>
- </include.list>
- </stylesheet_buildlist>
- </echoxml>
- </target>
- </project>
|