| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:apache_fop="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/apache_fop/apache_fop.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- default="PRODUCT"
- name="apache_fop.PRODUCT">
- <description>p5suis:say Created function apache_fop with prefix apache_fop by p5ant module</description>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <condition property="apache_fop.PRODUCT.ifdef.parent"
- taskname="apache_fop.parent.PRODUCT.ifdef">
- <isset property="WPS_Functions.PRODUCT.name"/>
- </condition>
- <property name="apache_fop.PRODUCT.name"
- value="${WPS_Functions.PRODUCT.name}.apache_fop"/>
- <property name="apache_fop.PRODUCT.vendor-domain"
- value="${WPS_Functions.PRODUCT.name}.apache_fop"/>
- <property name="apache_fop.basedir" value="${WPS_Functions.basedir}/apache_fop"/>
- <property name="apache_fop.build.xml"
- value="${apache_fop.basedir}/build_apache_fop.xml"/>
- <property name="apache_fop.repository"
- value="${WPS_Functions.repository}/apache_fop"/>
- <property name="apache_fop.install" value="${apache_fop.basedir}/install"/>
- <property name="apache_fop.temp" location="${WPS_Functions.temp}/apache_fop"/>
- <property name="apache_fop.xsl" location="${apache_fop.basedir}/apache_fop.xsl"/>
- <property name="apache_fop.xsd" location="${apache_fop.basedir}/apache_fop.xsd"/>
- <property name="apache_fop.include.structure.xml"
- location="${apache_fop.basedir}/apache_fop.include.structure.xml"/>
- <property name="apache_fop.include.xsl.p5xsls.xml"
- location="${apache_fop.basedir}/apache_fop.include.xsl.p5xsls.xml"/>
- <property name="apache_fop.install_example"
- location="${apache_fop.repository}/install_example.file"/>
- <property name="apache_fop.git"
- location="${apache_fop.repository}/apache_fop.git"/>
- <property name="apache_fop.from_url"
- location="${apache_fop.repository}/apache_fop.from_url"/>
- <property name="apache_fop.module"
- location="${apache_fop.repository}/apache_fop.module"/>
- <target name="PRODUCT"
- depends="basedir,p5xsls.xml"
- description="to create basedir, includes and install"/>
-
- <property name="apache_fop.current" value="${apache_fop.basedir}/fop-2.3"/>
- <property name="apache_fop.current.home" value="${apache_fop.current}/fop"/>
-
-
-
- <target name="basedir" description="to create local dirs">
- <propertyset id="apache_fop.local.properties">
- <propertyref prefix="apache_fop"/>
- <mapper from="apache_fop.*" to="local.*" type="glob"/>
- </propertyset>
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
- <propertyset refid="apache_fop.local.properties"/>
- </antcall>
- </target>
- <target name="clean" description="To delete all temp and repository">
- <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs.clean">
- <propertyset refid="apache_fop.local.properties"/>
- </antcall>
- </target>
- <target name="clean.temp" description="To delete all temp and repository">
- <antcall inheritall="false"
- target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean">
- <propertyset refid="apache_fop.local.properties"/>
- </antcall>
- </target>
- <target name="parent.PRODUCT.ifdef"
- unless="apache_fop.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="${apache_fop.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="apache_fop"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/apache_fop/apache_fop.xsd"/>
- </namespaces.list>
- <include.list>
- <include.list.href href="/Users/a.binder/Documents/se/SE/schema/WPS_Functions/ant/p5ant.xsl"/>
- </include.list>
- </stylesheet_buildlist>
- </echoxml>
- </target>
- </project>
|