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