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