| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:pth2d="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/html2dita/html2dita.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- default="PRODUCT"
- name="pth2d.PRODUCT">
- <description>p5suis:say Created function html2dita with prefix pth2d by p5ant module</description>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="build.pth2d.INSTALL.xml" as="INSTALL" optional="true"/>
- <condition property="pth2d.PRODUCT.ifdef.parent"
- taskname="pth2d.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
- <property name="pth2d.PRODUCT.name"
- value="${WPS_Functions.PRODUCT.name}.html2dita"/>
- <property name="pth2d.PRODUCT.vendor-domain"
- value="${WPS_Functions.PRODUCT.name}.pth2d"/>
- <property name="pth2d.basedir" value="${WPS_Functions.basedir}/html2dita"/>
- <property name="pth2d.build.xml" value="${pth2d.basedir}/build_pth2d.xml"/>
- <property name="pth2d.repository" value="${WPS_Functions.repository}/html2dita"/>
- <property name="pth2d.install" value="${pth2d.basedir}/install"/>
- <property location="${WPS_Functions.temp}/html2dita" name="pth2d.temp"/>
- <property location="${pth2d.basedir}/pth2d.xsl" name="pth2d.xsl"/>
- <property location="${pth2d.basedir}/pth2d.xsd" name="pth2d.xsd"/>
- <property location="${pth2d.basedir}/pth2d.include.structure.xml"
- name="pth2d.include.structure.xml"/>
- <property location="${pth2d.basedir}/pth2d.include.xsl.p5xsls.xml"
- name="pth2d.include.xsl.p5xsls.xml"/>
- <property location="${pth2d.repository}/install_example.file"
- name="pth2d.install_example"/>
-
-
- <property name="pth2d.saxon.sh" location="${pth2d.basedir}/install/saxon.sh"/>
- <property name="pth2d.saxon" location="${p5build.opt__local}/bin/saxon"/>
-
- <property name="html2dita.git.url" value="https://github.com/dita-ot/ext-plugins.git"/>
- <property name="html2dita.git" location="${pth2d.repository}/html2dita.git"/>
- <property name="html2dita.build.xml" location="${pth2d.repository}/html2dita.git/ext-plugins/h2d/build.xml"/>
-
-
-
-
-
- <target depends="basedir,p5xsls.xml,INSTALL.INSTALL"
- description="to create basedir, includes and install"
- name="PRODUCT"/>
- <target description="to create local dirs" name="basedir">
- <propertyset id="pth2d.local.properties">
- <propertyref prefix="pth2d"/>
- <mapper from="pth2d.*" to="local.*" type="glob"/>
- </propertyset>
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
- <propertyset refid="pth2d.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="pth2d.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="pth2d.local.properties"/>
- </antcall>
- </target>
- <target name="parent.PRODUCT.ifdef"
- unless="pth2d.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="${pth2d.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="pth2d"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/html2dita/html2dita.xsd"/>
- </namespaces.list>
- <include.list>
- <include.list.href href="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/ant/p5ant.xsl"/>
- </include.list>
- </stylesheet_buildlist>
- </echoxml>
- </target>
- </project>
|