build.dita-ot.INSTALL.xml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." default="INSTALL" name="dita-ot.INSTALL">
  3. <include file="build.dita-ot.PRODUCT.xml" />
  4. <property location="${dita-ot.install}/install_example.file" name="dita-ot.INSTALL.install_example" />
  5. <condition property="dita-ot.INSTALL.install_example.ifdef" taskname="INSTALL.install_example">
  6. <not>
  7. <available file="${dita-ot.repository}/install_example.file" />
  8. </not>
  9. </condition>
  10. <property location="${dita-ot.install}/dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed"
  11. name="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed" />
  12. <condition property="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.ifdef">
  13. <available file="${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}"/>
  14. </condition>
  15. <target depends="plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl" name="INSTALL" />
  16. <target if="dita-ot.INSTALL.install_example.ifdef" name="INSTALL.install_example">
  17. <copy file="${dita-ot.INSTALL.install_example}" tofile="${dita-ot.install_example}" />
  18. </target>
  19. <target unless="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.ifdef"
  20. name="plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl">
  21. <echo>#24 [TODO][INSTALL]
  22. [module][dita-ot.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl]
  23. [REASON][NOT[EXISTS][${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}]]
  24. </echo>
  25. <xslt basedir="${dita-ot.temp}"
  26. style="${dita-ot.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl}"
  27. in="${dita-ot.plugins.org.dita.pdf2.xsl.fo.front-matter.xsl}"
  28. out="${dita-ot.plugins.org.dita.pdf2.xsl.fo.front-matter.xsl}.xml" > <!-- ${recurse_ant.basedir.out}/${uuid}.out_task.dita.final_with_RelatedFeatureLoop.xml -->
  29. <factory name="net.sf.saxon.TransformerFactoryImpl">
  30. <attribute name="http://saxon.sf.net/feature/configuration-file" value="${p5xsl.saxon.configuration.xml}"/><!-- In this case this must be the first attribute. -->
  31. <!--<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>-->
  32. <attribute name="http://saxon.sf.net/feature/initialMode" value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-ot/dita-ot.xsd}plugins.org.dita.pdf2.xsl.fo.front-matter.xsl"/>
  33. </factory>
  34. <param name="expath.base.directory" expression="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
  35. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  36. <classpath location="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
  37. <!--<param name="temp" expression="${CRM_PROCES_tree_basedir.temp}"/>-->
  38. <!--<param name="uuid" expression="${uuid}"/>-->
  39. <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd}say_queue_dir" expression="${p5suis.say_queue_dir}"/>
  40. <param name="p5exslt.math.xsl" expression="${p5exslt.math.xsl}"/>
  41. <param name="bcgtht.clousure.xsd" expression="${bcgtht.clousure.xsd}"/>
  42. <param name="{http://biuro.biall-net.pl/WPS_Functions/graph_gnuplot}xtics.xsd" expression="${graph_gnuplot.xtics.xsd}"/>
  43. <param name="{http://biuro.biall-net.pl/WPS_Functions/graph_gnuplot}xsd" expression="${graph_gnuplot.xsd}"/>
  44. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  45. <!--<param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/bocian-graph-to-html/bcgtht.xsd}repository" expression="${bcgtht.repository}"/>-->
  46. </xslt>
  47. <move file="${dita-ot.plugins.org.dita.pdf2.xsl.fo.front-matter.xsl}.xml" tofile="${dita-ot.plugins.org.dita.pdf2.xsl.fo.front-matter.xsl}"/>
  48. <touch mkdirs="true" file="${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}"/>
  49. </target>
  50. </project>