| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5ts="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/timestamp.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- default="PRODUCT"
- name="p5ts.PRODUCT">
- <description>p5suis:say Created function timestamp with prefix p5ts by p5ant module</description>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <condition property="p5ts.PRODUCT.ifdef.parent"
- taskname="p5ts.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
- <property name="p5ts.PRODUCT.name"
- value="${WPS_Functions.PRODUCT.name}.timestamp"/>
- <property name="p5ts.PRODUCT.vendor-domain"
- value="${WPS_Functions.PRODUCT.name}.p5ts"/>
- <property name="p5ts.basedir" value="${WPS_Functions.basedir}/timestamp"/>
- <property name="p5ts.build.xml" value="${p5ts.basedir}/build_p5ts.xml"/>
- <property name="p5ts.repository" value="${WPS_Functions.repository}/timestamp"/>
- <property name="p5ts.install" value="${p5ts.basedir}/install"/>
- <property location="${WPS_Functions.temp}/timestamp" name="p5ts.temp"/>
- <property location="${p5ts.basedir}/p5ts.xsl" name="p5ts.xsl"/>
- <property location="${p5ts.basedir}/p5ts.xsd" name="p5ts.xsd"/>
- <property location="${p5ts.basedir}/p5ts.include.structure.xml"
- name="p5ts.include.structure.xml"/>
- <property location="${p5ts.basedir}/p5ts.include.xsl.p5xsls.xml"
- name="p5ts.include.xsl.p5xsls.xml"/>
- <property location="${p5ts.repository}/install_example.file"
- name="p5ts.install_example"/>
- <target depends="basedir,p5xsls.xml"
- description="to create basedir, includes and install"
- name="PRODUCT"/>
- <target description="to create local dirs" name="basedir">
- <propertyset id="p5ts.local.properties">
- <propertyref prefix="p5ts"/>
- <mapper from="p5ts.*" to="local.*" type="glob"/>
- </propertyset>
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
- <propertyset refid="p5ts.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="p5ts.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="p5ts.local.properties"/>
- </antcall>
- </target>
- <target name="parent.PRODUCT.ifdef"
- unless="p5ts.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="${p5ts.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="p5ts"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/timestamp.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>
|