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