build_p5yed.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:p5yed="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd"
  3. basedir="../../."
  4. default="default"
  5. name="yed">
  6. <include as="PRODUCT" file="build.yed.PRODUCT.xml"/>
  7. <include as="SYSTEM" file="build.yed.SYSTEM.xml"/>
  8. <include as="INSTALL" file="build.yed.INSTALL.xml"/>
  9. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
  10. <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
  11. <target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>
  12. <target description="test usage of default xslt template for module"
  13. name="xsl-test">
  14. <xslt basedir="${yed.basedir}"
  15. destdir="${yed.temp}"
  16. force="true"
  17. in="${yed.INSTALL.install_example}"
  18. out="${yed.temp}/INSTALL.install_example.xsl-test.xml"
  19. style="${yed.xsl}">
  20. <factory name="net.sf.saxon.TransformerFactoryImpl">
  21. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  22. <attribute name="http://saxon.sf.net/feature/initialMode"
  23. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}INSTALL.install_example.xsl-test.xml"/>
  24. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  25. value="true"/>
  26. </factory>
  27. <param expression="${yed.basedir}"
  28. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}basedir"/>
  29. <param expression="${yed.repository}"
  30. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}repository"/>
  31. <param expression="${yed.temp}"
  32. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/yed.xsd}temp"/>
  33. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  34. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  35. </xslt>
  36. </target>
  37. </project>