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