| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." default="INSTALL" name="dita-ot.INSTALL">
- <include file="build.dita-ot.PRODUCT.xml" />
- <property location="${dita-ot.install}/install_example.file" name="dita-ot.INSTALL.install_example" />
- <condition property="dita-ot.INSTALL.install_example.ifdef" taskname="INSTALL.install_example">
- <not>
- <available file="${dita-ot.repository}/install_example.file" />
- </not>
- </condition>
- <property location="${dita-ot.install}/dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed"
- name="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed" />
-
- <condition property="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.ifdef">
- <available file="${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}"/>
- </condition>
-
-
- <target depends="plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl" name="INSTALL" />
- <target if="dita-ot.INSTALL.install_example.ifdef" name="INSTALL.install_example">
- <copy file="${dita-ot.INSTALL.install_example}" tofile="${dita-ot.install_example}" />
- </target>
-
-
-
- <target unless="dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.ifdef"
- name="plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl">
- <echo>#24 [TODO][INSTALL]
- [module][dita-ot.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl]
- [REASON][NOT[EXISTS][${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}]]
- </echo>
- <xslt basedir="${dita-ot.temp}"
- style="${dita-ot.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl}"
- in="${dita-ot.plugins.org.dita.pdf2.xsl.fo.front-matter.xsl}"
- 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 -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/configuration-file" value="${p5xsl.saxon.configuration.xml}"/><!-- In this case this must be the first attribute. -->
- <!--<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/dita-ot/dita-ot.xsd}plugins.org.dita.pdf2.xsl.fo.front-matter.xsl"/>
-
- </factory>
- <param name="expath.base.directory" expression="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <classpath location="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
- <!--<param name="temp" expression="${CRM_PROCES_tree_basedir.temp}"/>-->
- <!--<param name="uuid" expression="${uuid}"/>-->
- <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}"/>
- <param name="p5exslt.math.xsl" expression="${p5exslt.math.xsl}"/>
- <param name="bcgtht.clousure.xsd" expression="${bcgtht.clousure.xsd}"/>
-
- <param name="{http://biuro.biall-net.pl/WPS_Functions/graph_gnuplot}xtics.xsd" expression="${graph_gnuplot.xtics.xsd}"/>
- <param name="{http://biuro.biall-net.pl/WPS_Functions/graph_gnuplot}xsd" expression="${graph_gnuplot.xsd}"/>
-
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- <!--<param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/bocian-graph-to-html/bcgtht.xsd}repository" expression="${bcgtht.repository}"/>-->
- </xslt>
-
- <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}"/>
- <touch mkdirs="true" file="${dita-ot.INSTALL.plugins.org.dita.pdf2.cfg.fo.xsl.custom.xsl.map.shortdesc.xsl.installed}"/>
-
- </target>
-
- </project>
|