| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/render-vis-js-in-electron--v0.0.1.xsd"
- basedir="../../."
- default="default"
- name="render-vis-js-in-electron--v0.0.1">
- <include as="PRODUCT" file="build.p5RvJiE.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.p5RvJiE.SYSTEM.xml"/>
- <include as="INSTALL" file="build.p5RvJiE.INSTALL.xml"/>
- <include as="render" file="build.p5RvJiE.render.xml"/>
- <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" depends="INSTALL"/>
- <extension-point name="INSTALL" depends="INSTALL.INSTALL"/>
-
- <target name="xsl-test"
- description="test usage of default xslt template for module">
- <xslt basedir="${p5RvJiE.basedir}"
- destdir="${p5RvJiE.temp}"
- force="true"
- in="${p5RvJiE.INSTALL.install_example}"
- out="${p5RvJiE.temp}/INSTALL.install_example.xsl-test.xml"
- style="${p5RvJiE.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/render-vis-js-in-electron--v0.0.1/p5RvJiE.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/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}basedir"
- expression="${p5RvJiE.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}repository"
- expression="${p5RvJiE.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd}temp"
- expression="${p5RvJiE.temp}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- </project>
|