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