| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5_UrlAction="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/p5_UrlAction/p5_UrlAction.xsd"
- basedir="../../."
- default="default"
- name="p5_UrlAction">
- <include as="PRODUCT" file="build.p5_UrlAction.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.p5_UrlAction.SYSTEM.xml"/>
- <include as="INSTALL" file="build.p5_UrlAction.INSTALL.xml"/>
- <include as="${local.p5ant.WPS_Functions.PRODUCT.module.input}"
- file="build.p5_UrlAction.${local.p5ant.WPS_Functions.PRODUCT.module.input}.xml"
- optional="yes"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
- <extension-point name="default.default" depends="default"/>
- <extension-point name="default" depends="PRODUCT.PRODUCT,INSTALL.INSTALL"/>
- <target name="xsl-test"
- description="test usage of default xslt template for module">
- <xslt basedir="${p5_UrlAction.basedir}"
- destdir="${p5_UrlAction.temp}"
- force="true"
- in="${p5_UrlAction.INSTALL.install_example}"
- out="${p5_UrlAction.temp}/INSTALL.install_example.xsl-test.xml"
- style="${p5_UrlAction.xsl}">
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/p5_UrlAction/p5_UrlAction.xsd}INSTALL.install_example.xsl-test.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/p5_UrlAction/p5_UrlAction.xsd}basedir"
- expression="${p5_UrlAction.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/p5_UrlAction/p5_UrlAction.xsd}repository"
- expression="${p5_UrlAction.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/p5_UrlAction/p5_UrlAction.xsd}temp"
- expression="${p5_UrlAction.temp}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- </project>
|